SatelliteSiwxFieldOptions
Defined in: siwx-react/src/satelliteHelpers.ts:32
Options of getSatelliteSiwxFields. The values are copied into the CAIP-122 fields.
Properties
domain?
optionaldomain?:string
Defined in: siwx-react/src/satelliteHelpers.ts:34
Message domain. Defaults to window.location.host (empty string outside the browser).
expirationSeconds?
optionalexpirationSeconds?:number
Defined in: siwx-react/src/satelliteHelpers.ts:45
Lifetime of the message, in seconds from now, used when expirationTime is omitted.
Default
86400 (24 hours)expirationTime?
optionalexpirationTime?:string
Defined in: siwx-react/src/satelliteHelpers.ts:40
Explicit ISO 8601 expirationTime. Takes precedence over expirationSeconds.
notBefore?
optionalnotBefore?:string
Defined in: siwx-react/src/satelliteHelpers.ts:47
ISO 8601 notBefore.
requestId?
optionalrequestId?:string
Defined in: siwx-react/src/satelliteHelpers.ts:49
Message requestId.
resources?
optionalresources?:string[]
Defined in: siwx-react/src/satelliteHelpers.ts:51
Message resources.
statement?
optionalstatement?:string
Defined in: siwx-react/src/satelliteHelpers.ts:38
Human-readable statement shown in the wallet.
uri?
optionaluri?:string
Defined in: siwx-react/src/satelliteHelpers.ts:36
Message uri. Defaults to window.location.href (empty string outside the browser).