Expand description
§revm-precompile
Implementations of EVM precompiled contracts.
Re-exports§
pub use fatal_precompile::fatal_precompile;
pub use primitives;
pub use interface::*;
Modules§
- EIP-7212 secp256r1 Precompile
Structs§
- An Ethereum address, 20 bytes in length.
- Wrapper type around [
bytes::Bytes
] to support “0x” prefixed hex strings. - A log consists of an address, and some log data.
Enums§
Functions§
- Const function for making an address by concatenating the bytes from two given numbers.
Type Aliases§
- 32-byte [fixed byte-array][FixedBytes] type.
- A
HashMap
using the default hasher. - A
HashSet
using the default hasher.