Module abi

Source
Expand description

Implementation of EVM RLP reader/writer

Structs§

AbiDecoder
AbiEncoder
New abicoder

Enums§

Error
Generic decode failure

Constants§

ABI_ALIGNMENT
Aligment for every simple type in bytes.
ABI_WORD_SIZE

Traits§

AbiDecode
Decode ABI value.
AbiDecodeZero
Assert read value is zero.
AbiEncode
Encode value using ABI encoding.
AbiEncodeZero
AbiType
Helper for type.

Type Aliases§

AbiWord
Result
Abi parsing result