Crate ethabi_decode
Source - Event
- Contract event.
- H256
- Hash
Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
- Param
- Event param specification.
- U256
- ABI Int and UInt
Little-endian large integer type
256-bit unsigned integer.
- Error
- ParamKind
- Function and event param types.
- Token
- Ethereum ABI params.
- decode
- Decodes ABI compliant vector of bytes into vector of tokens described by types param.
- encode
- Encodes vector of tokens into ABI compliant vector of bytes.
- encode_function
- Address
- ABI Address
- Word
- ABI word.