Skip to main content
type SignEvmTransactionOptions = {
  evmAccount: EvmAddress;
  transaction: AllowedEvmTransactionType;
};
Request parameters for signing an EVM transaction.

Properties

PropertyTypeDescription
evmAccountEvmAddressThe EVM account to sign the message with.
transactionAllowedEvmTransactionTypeThe transaction to sign.