chore(deps): bump jsonrpsee 0.18 (#2640)

This commit is contained in:
Matthias Seitz
2023-05-12 00:54:21 +02:00
committed by GitHub
parent 33ea2523b7
commit 92b557d84e
33 changed files with 352 additions and 331 deletions

View File

@@ -34,7 +34,7 @@ pub trait AdminApi {
unsubscribe = "admin_peerEvents_unsubscribe",
item = String
)]
fn subscribe_peer_events(&self);
async fn subscribe_peer_events(&self) -> jsonrpsee::core::SubscriptionResult;
/// Returns the ENR of the node.
#[method(name = "admin_nodeInfo")]