mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 03:21:03 +00:00
Update to 2024 edition (#2001)
* Update to 2024 edition * Update to 2024 edition; fmt, use<> and remove refs * async functions
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
//! <https://github.com/paritytech/json-rpc-interface-spec/> for details of the API
|
||||
//! methods exposed here.
|
||||
|
||||
use crate::client::{rpc_params, RpcClient, RpcSubscription};
|
||||
use crate::Hash;
|
||||
use crate::client::{RpcClient, RpcSubscription, rpc_params};
|
||||
use crate::{Error, RpcConfig};
|
||||
use derive_where::derive_where;
|
||||
use futures::{Stream, StreamExt};
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
//! An interface to call the raw legacy RPC methods.
|
||||
|
||||
use crate::client::{rpc_params, RpcClient, RpcSubscription};
|
||||
use crate::client::{RpcClient, RpcSubscription, rpc_params};
|
||||
use crate::{Error, RpcConfig};
|
||||
use codec::Decode;
|
||||
use derive_where::derive_where;
|
||||
|
||||
Reference in New Issue
Block a user