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

getAddress?: (() => string)

Type declaration

    • (): string
    • Get the address of the wallet

      Returns

      • Ethereum wallet address

      Returns string

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