Skip to main content
type SignEvmHashOptions = {
  evmAccount: EvmAddress;
  hash: Hex;
};
Request parameters for signing a hash with an EVM account.

Properties

PropertyTypeDescription
evmAccountEvmAddressThe EVM account to sign the hash with.
hashHexThe hash to sign.