Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
VerifyTypedDataParameters
Type alias VerifyTypedDataParameters<typedData, primaryType>
Verify
Typed
Data
Parameters
<
typedData
,
primaryType
>
:
Omit
<
VerifyHashParameters
,
"hash"
>
&
TypedDataDefinition
<
typedData
,
primaryType
>
&
{
address
:
Address
;
signature
:
Hex
|
ByteArray
;
}
Type Parameters
typedData
extends
TypedData
|
Record
<
string
,
unknown
>
=
TypedData
primaryType
extends
keyof
typedData
|
"EIP712Domain"
=
keyof
typedData
Type declaration
address
:
Address
The address to verify the typed data for.
signature
:
Hex
|
ByteArray
The signature to verify
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...
The address to verify the typed data for.