RequestAppendMAppFieldChallengeRequest
@justaname.id/sdk • Docs
@justaname.id/sdk / RequestAppendMAppFieldChallengeRequest
Interface: RequestAppendMAppFieldChallengeRequest
Represents a request to challenge to add mApp permission. RequestAppendMAppFieldChallengeRequest
Extends
Properties
address
address:
string
Represents the ethereum address to be challenged.
Defined in
packages/@justaname.id/sdk/src/lib/types/siwe/append-mApp-field-challenge.ts:21
chainId
chainId:
ChainId
Represents the chainId of the blockchain to be used.
Defined in
packages/@justaname.id/sdk/src/lib/types/siwe/append-mApp-field-challenge.ts:33
domain
domain:
string
Represents the ENS domain
Defined in
packages/@justaname.id/sdk/src/lib/types/siwe/append-mApp-field-challenge.ts:15
mApp
mApp:
string
Subname requesting the MApps Permission
Defined in
packages/@justaname.id/sdk/src/lib/types/siwe/append-mApp-field-challenge.ts:54
origin
origin:
string
Represents the origin of the request (e.g. the domain of the website).
Defined in
packages/@justaname.id/sdk/src/lib/types/siwe/append-mApp-field-challenge.ts:27
subname
subname:
string
Subname requesting the ABDC Permission
Defined in
packages/@justaname.id/sdk/src/lib/types/siwe/append-mApp-field-challenge.ts:48
ttl?
optional
ttl:number
Specifies the time-to-live (TTL) for a variable. default: 120000 ms, 2 minutes ( 2 * 60 * 1000 )
Default
Optional
Defined in
packages/@justaname.id/sdk/src/lib/types/siwe/append-mApp-field-challenge.ts:42
Last updated