Expand description
EVM primitives.
Structs§
- EVMFungible
Adapter Wrapper - Wrapper around the
EvmFungibleAdapterfrom thepallet-evm. - EvmRevert
Code Handler - Handler for automatic revert code registration.
- H160
- Fixed-size uninterpreted hash type with 20 bytes (160 bits) size.
- H256
- Fixed-size uninterpreted hash type with 32 bytes (256 bits) size.
- Hashed
Default Mappings - Mappings derieved from hashing the original address
- U256
- Little-endian large integer type 256-bit unsigned integer.
Enums§
Constants§
- EVM_
REVERT_ CODE - Revert opt code. It’s inserted at the precompile addresses, to make them functional in EVM.
Traits§
- Hasher
- Trait describing an object that can hash a slice of bytes. Used to abstract
other types over the hashing algorithm. Defines a single
hashmethod and anOutassociated type with the necessary bounds. - Unified
Address Mapper - Mapping between Native and EVM Addresses