Interface GetSignInChallengePayload

interface GetSignInChallengePayload {
    address: string;
    chain: SupportedChain;
}

Properties

Properties

address: string

The user's blockchain address. This can be their native address.

The blockchain to be signed in with.