Expand description
Abstractions for ABI representation and encoding/decoding.
Structs§
- Ink
- Marker type for ink! ABI and SCALE encoding.
- Sized
Output - A
scale::Outputimplementing buffer that tracks the number of bytes written. - Sol
- Marker type for Solidity ABI.
Enums§
- Abi
- ABI spec for encoding/decoding contract calls.
Traits§
- AbiDecode
With - Trait for ABI-specific decoding.
- AbiEncode
With - Trait for ABI-specific encoding with support for both slice and vector buffers.