Module dcl_crypto::account
source · Structs
- A Struct that allows us to sign messages and serialize and deserialize it easily
- And
- An
EphemeralPayload
is a message that delegates the right to sign a message to a specific address until an expiration date.
Enums
- An error that can occur when decoding a hexadecimal string
Constants
Traits
- A trait for signing messages with an associated address.
Functions
- Decodes a hex string prefixed with
0x
into raw bytes. - Decode a hex string prefixed with
0x
into a mutable bytes slice.
Type Aliases
- Alias of EIP1271Signature See https://eips.ethereum.org/EIPS/eip-1271 See https://github.com/ethereum/EIPs/issues/1654