Crate revm_primitives
source ·Re-exports
pub use bits::B160;
pub use bits::B256;
pub use bytes;
pub use hex;
pub use hex_literal;
pub use bitvec;
pub use log::Log;
pub use ruint;
pub use bytecode::*;
pub use env::*;
pub use precompile::*;
pub use result::*;
pub use specification::*;
pub use state::*;
pub use utilities::*;
Modules
- A hash map implemented with quadratic probing and SIMD lookup.
Macros
- The
uint!
macro forUint
literals
Structs
- A cheaply cloneable and sliceable chunk of contiguous memory.
- A hash map implemented with quadratic probing and SIMD lookup.
Type Definitions
- Address type is last 20 bytes of hash of ethereum account
- Hash, in Ethereum usually kecack256.
Uint
for256
bits.