Appearance
Documentation / server-auth / EthereumSignTypedDataInputType
Type alias: EthereumSignTypedDataInputType
EthereumSignTypedDataInputType:
EthereumRpcWrapper
<Object
>
Inputs for the `privy.walletApi.ethereum.signTypedData(...) method.
Type declaration
typedData
typedData:
Object
EIP712 typed data to sign.
typedData.domain
typedData.domain:
Record
<string
,any
>
typedData.message
typedData.message:
Record
<string
,any
>
typedData.primaryType
typedData.primaryType:
string
typedData.types
typedData.types:
Record
<string
,any
>