Structs§
- U256
- Little-endian large integer type
Enums§
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