Module abi

Source

Structs§

U256
Little-endian large integer type

Enums§

ParamType
Function and event param types.
Token

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_packed
Rust implementation of solidity abi.encodePacked(…)
keccak256
pad_u32
Converts a u32 to a right aligned array of 32 bytes.
to_eth_signed_message_hash

Type Aliases§

Address
FixedBytes
Int
Uint
Word