domain_runtime_primitives

Type Alias EthereumSignature

Source
pub type EthereumSignature = EVMSignature;
Expand description

Alias to 512-bit hash when used in the context of a transaction signature on the EVM chain.

Aliased Typeยง

struct EthereumSignature(/* private fields */);