Module abi

Source
Expand description

Abstractions for ABI representation and encoding/decoding.

Structs§

Ink
Marker type for ink! ABI and SCALE encoding.
Sol
Marker type for Solidity ABI.

Enums§

Abi
ABI spec for encoding/decoding contract calls.

Traits§

AbiDecodeWith
Trait for ABI-specific decoding.
AbiEncodeWith
Trait for ABI-specific encoding with support for both slice and vector buffers.