UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

6 lines (5 loc) 361 B
import type { WalletConnector } from '@dynamic-labs/wallet-connector-core'; export declare const generateMessages: (publicWalletAddress: string | undefined, walletConnector: WalletConnector, nonce: string, projectEnvironmentId: string, displaySiweStatement: boolean, siweStatement: string) => Promise<{ messageToSign: string; signedMessage: string; }>;