export type WalletVerification = { /** * ChainId received in the Signpad response */ chainId: string; /** * Nonce received in the Signpad response */ signpadNonce: string; /** * Signpad's message signature generated with the user wallet */ signpadSignature: string; };