evm_domain_test_runtime

Type Alias Signature

source
pub type Signature = EthereumSignature;
Expand description

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

Aliased Typeยง

struct Signature(/* private fields */);