mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
feat: create primitive to rpc conversions (#1239)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -87,6 +87,7 @@ pub type TransitionId = u64;
|
||||
pub use ethers_core::{
|
||||
types as rpc,
|
||||
types::{BigEndianHash, H128, H64, U64},
|
||||
utils as rpc_utils,
|
||||
};
|
||||
pub use revm_interpreter::{ruint::aliases::U128, B160 as H160, B256 as H256, U256};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user