Vana SDK - v0.1.0
Preparing search index...
types/permissions
GenericTypedData
Interface GenericTypedData
Generic EIP-712 typed data structure
interface
GenericTypedData
{
domain
:
PermissionGrantDomain
;
types
:
Record
<
string
,
{
name
:
string
;
type
:
string
}
[]
>
;
primaryType
:
string
;
message
:
Record
<
string
,
unknown
>
;
}
Index
Properties
domain
types
primary
Type
message
Properties
domain
domain
:
PermissionGrantDomain
EIP-712 domain
types
types
:
Record
<
string
,
{
name
:
string
;
type
:
string
}
[]
>
EIP-712 types
primary
Type
primaryType
:
string
Primary type
message
message
:
Record
<
string
,
unknown
>
Message to sign
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
domain
types
primary
Type
message
Vana SDK - v0.1.0
Loading...
Generic EIP-712 typed data structure