Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/utils
composeArbitraryTypedData
Function composeArbitraryTypedData
composeArbitraryTypedData
(
parameters
:
ArbitraryTypedData
,
)
:
{
domain
:
{
chainId
:
number
;
name
:
string
;
verifyingContract
:
string
}
;
message
:
Record
<
string
,
unknown
>
;
primaryType
:
"Message"
;
types
:
{
EIP712Domain
:
{
name
:
string
;
type
:
string
}
[]
}
;
}
Parameters
parameters
:
ArbitraryTypedData
The parameters to compose the typed data.
message
:
message
primaryType
:
"Message"
types
:
Record
<
string
,
TypedDataProperty
[]
>
Returns
{
domain
:
{
chainId
:
number
;
name
:
string
;
verifyingContract
:
string
}
;
message
:
Record
<
string
,
unknown
>
;
primaryType
:
"Message"
;
types
:
{
EIP712Domain
:
{
name
:
string
;
type
:
string
}
[]
}
;
}
The composed typed data.
Description
Composes arbitrary typed data.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Home
GitHub
Left Curve Software Stack
Loading...
The parameters to compose the typed data.