Crate ethabi_decode

Crate ethabi_decode 

Source

Structs§

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.

Enums§

Error
ParamKind
Function and event param types.
Token
Ethereum ABI params.

Functions§

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

Type Aliases§

Address
ABI Address
Word
ABI word.