x402-chainlink
Preparing search index...
EIP712TypedData
Interface EIP712TypedData
EIP-712 TypedData structure
interface
EIP712TypedData
{
domain
:
{
chainId
:
number
;
name
:
string
;
verifyingContract
:
`
0x
${
string
}
`
;
version
:
string
;
}
;
message
:
Record
<
string
,
unknown
>
;
primaryType
:
string
;
types
:
Record
<
string
,
{
name
:
string
;
type
:
string
}
[]
>
;
}
Index
Properties
domain
message
primary
Type
types
Properties
domain
domain
:
{
chainId
:
number
;
name
:
string
;
verifyingContract
:
`
0x
${
string
}
`
;
version
:
string
;
}
message
message
:
Record
<
string
,
unknown
>
primary
Type
primaryType
:
string
types
types
:
Record
<
string
,
{
name
:
string
;
type
:
string
}
[]
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
domain
message
primary
Type
types
x402-chainlink
Loading...
EIP-712 TypedData structure