Module encoding

Source
Expand description

ABI encoding and decoding functionality for Ethereum ABI.

Enums§

DecodeError
Errors that can occur during ABI decoding

Traits§

AbiDecode
ABI decode a value
AbiEncode
ABI encode a value

Functions§

decode
decode_address
Decode an address from ABI-encoded data
decode_u256
Decode a U256 from ABI-encoded data
encode
encode_address
Encode an address (20 bytes) into ABI format
encode_u256
Encode a U256 (32 bytes) into ABI format
is_dynamic_type