Skip to main content

Interface: RequestChallengeRequest

Represents a request to challenge a specific address using SIWE. RequestChallengeRequest

Hierarchy

Properties

address

address: string

Represents the ethereum address to be challenged.

Defined in

lib/types/siwe/request-challenge.ts:21


chainId

chainId: ChainId

Represents the chainId of the blockchain to be used.

Defined in

lib/types/siwe/request-challenge.ts:31


domain

domain: string

Represents the ENS domain

Defined in

lib/types/siwe/request-challenge.ts:14


origin

origin: string

Represents the origin of the request (e.g. the domain of the website).

Defined in

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


ttl

Optional ttl: number

Specifies the time-to-live (TTL) for a variable. default: 120000 ms, 2 minutes ( 2 60 1000 )

Default

120000

Optional

Defined in

lib/types/siwe/request-challenge.ts:39