mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
Use polkadot-client instead of polkadot service where possible (#489)
This commit is contained in:
@@ -26,7 +26,7 @@ use cumulus_primitives_core::{
|
||||
},
|
||||
InboundDownwardMessage, InboundHrmpMessage, ParaId, PersistedValidationData,
|
||||
};
|
||||
use polkadot_service::{Client, ClientHandle, ExecuteWithClient};
|
||||
use polkadot_client::{Client, ClientHandle, ExecuteWithClient};
|
||||
use sc_client_api::Backend;
|
||||
use sp_api::ProvideRuntimeApi;
|
||||
use sp_runtime::generic::BlockId;
|
||||
|
||||
Reference in New Issue
Block a user