Skip to main content

Interface: VerifyChallengeRequest

Represents the request to verify a specific address using SIWE. VerifyChallengeRequest

Hierarchy

Properties

address

address: string

Represents the ethereum address to be verified.

Defined in

lib/types/siwe/verify-challenge.ts:13


message

message: string

Represents the challenge signed by the address.

Defined in

lib/types/siwe/verify-challenge.ts:26


signature

signature: string

Represents the signature of the challenge.

Defined in

lib/types/siwe/verify-challenge.ts:19