Type Alias dcl_crypto::account::EIP1654Signature
source · pub type EIP1654Signature = EIP1271Signature;
Expand description
Alias of EIP1271Signature See https://eips.ethereum.org/EIPS/eip-1271 See https://github.com/ethereum/EIPs/issues/1654
Aliased Type§
struct EIP1654Signature(/* private fields */);