interface WalletChallengeRequest {
    address: string;
}

Properties

Properties

address: string

Ethereum wallet address to verify ownership of

Example

"0x742d35Cc6634C0532925a3b8D084FB0F26f01234"

Generated using TypeDoc