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 */);
pub type EthereumSignature = EVMSignature;
Alias to 512-bit hash when used in the context of a transaction signature on the EVM chain.
struct EthereumSignature(/* private fields */);