Properties
| Property | Type | Description |
|---|---|---|
evmAccount | EvmAddress | The EVM account to sign the typed data with. |
typedData | EIP712TypedData | The EIP-712 typed data to sign. |
type SignEvmTypedDataOptions = {
evmAccount: EvmAddress;
typedData: EIP712TypedData;
};
| Property | Type | Description |
|---|---|---|
evmAccount | EvmAddress | The EVM account to sign the typed data with. |
typedData | EIP712TypedData | The EIP-712 typed data to sign. |
Was this page helpful?