Interface EthWalletAuthenticateOptions

Hierarchy

Properties

address?: string

Ethereum wallet address

chain?: string

Name of chain to use for signature

expiration?: string

When the auth signature expires

signMessage?: ((message: string) => Promise<string>)

Type declaration

    • (message: string): Promise<string>
    • Function to sign message

      Returns

      • Raw signature of message

      Parameters

      • message: string

        Message to sign

      Returns Promise<string>

Generated using TypeDoc