interface WalletVerifyRequest {
    address: string;
    nonce: string;
    signature: string;
}

Properties

address: string

Ethereum wallet address being verified

Example

"0x742d35Cc6634C0532925a3b8D084FB0F26f01234"
nonce: string

Nonce from the challenge response

Example

"abc123def456"
signature: string

Signature of the challenge message

Example

"0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"

Generated using TypeDoc