Skip to main content
type SignEvmTypedDataOptions = {
  evmAccount: EvmAddress;
  typedData: EIP712TypedData;
};
Request parameters for signing EIP-712 typed data with an EVM account.

Properties

PropertyTypeDescription
evmAccountEvmAddressThe EVM account to sign the typed data with.
typedDataEIP712TypedDataThe EIP-712 typed data to sign.