Module evm

Source
Expand description

EVM primitives.

Structs§

EVMFungibleAdapterWrapper
Wrapper around the EvmFungibleAdapter from the pallet-evm.
EvmRevertCodeHandler
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.
U256
Little-endian large integer type 256-bit unsigned integer.

Constants§

EVM_REVERT_CODE
Revert opt code. It’s inserted at the precompile addresses, to make them functional in EVM.

Type Aliases§

EvmAddress