mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add Web3 namespace RPC handler (#990)
This commit is contained in:
@ -42,8 +42,8 @@ pub trait PeersInfo: Send + Sync {
|
||||
/// The status of the network being ran by the local node.
|
||||
#[derive(Serialize, Deserialize, Debug, Default)]
|
||||
pub struct NetworkStatus {
|
||||
/// The local node client name.
|
||||
pub client_name: String,
|
||||
/// The local node client version.
|
||||
pub client_version: String,
|
||||
/// Information about the Ethereum Wire Protocol.
|
||||
pub eth_protocol_info: EthProtocolInfo,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user