mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fix(rpc): use rpc::BlockNumber type not u64 (#1370)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use jsonrpsee::{core::RpcResult as Result, proc_macros::rpc};
|
||||
use reth_primitives::{
|
||||
rpc::{transaction::eip2930::AccessListWithGasUsed, BlockId},
|
||||
Address, BlockNumber, Bytes, H256, H64, U256, U64,
|
||||
rpc::{transaction::eip2930::AccessListWithGasUsed, BlockId, BlockNumber},
|
||||
Address, Bytes, H256, H64, U256, U64,
|
||||
};
|
||||
use reth_rpc_types::{
|
||||
CallRequest, EIP1186AccountProofResponse, FeeHistory, Index, RichBlock, SyncStatus,
|
||||
|
||||
Reference in New Issue
Block a user