UNPKG

@0xsequence/connect

Version:
7 lines 580 B
import type { ETHAuthProof } from '@0xsequence/auth'; import type { Storage, UsePublicClientReturnType } from 'wagmi'; import type { GetWalletClientData } from 'wagmi/query'; import type { StorageItem } from '../types.js'; export declare const signEthAuthProof: (walletClient: GetWalletClientData<any, any>, storage: Storage<StorageItem>) => Promise<ETHAuthProof>; export declare const validateEthProof: (walletClient: GetWalletClientData<any, any>, publicClient: UsePublicClientReturnType<any, any>, proof: ETHAuthProof) => Promise<boolean>; //# sourceMappingURL=ethAuth.d.ts.map