pub type Signature = EthereumSignature;
Alias to 512-bit hash when used in the context of a transaction signature on the chain.
struct Signature(/* private fields */);