mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 20:31:04 +00:00
sp-api: Move macro related re-exports to __private (#2446)
This moves the macro related re-exports to `__private` to make it more obvious for downstream users that they are using an internal api. --------- Co-authored-by: command-bot <>
This commit is contained in:
@@ -20,6 +20,7 @@ sp-authority-discovery = { path = "../../../substrate/primitives/authority-disco
|
||||
sp-state-machine = { path = "../../../substrate/primitives/state-machine" }
|
||||
sp-storage = { path = "../../../substrate/primitives/storage" }
|
||||
sp-runtime = { path = "../../../substrate/primitives/runtime" }
|
||||
sp-version = { path = "../../../substrate/primitives/version" }
|
||||
sc-client-api = { path = "../../../substrate/client/api" }
|
||||
sc-rpc-api = { path = "../../../substrate/client/rpc-api" }
|
||||
sc-service = { path = "../../../substrate/client/service" }
|
||||
|
||||
@@ -46,10 +46,10 @@ use cumulus_relay_chain_interface::{RelayChainError, RelayChainResult};
|
||||
use sc_client_api::StorageData;
|
||||
use sc_rpc_api::{state::ReadProof, system::Health};
|
||||
use sc_service::TaskManager;
|
||||
use sp_api::RuntimeVersion;
|
||||
use sp_consensus_babe::Epoch;
|
||||
use sp_core::sp_std::collections::btree_map::BTreeMap;
|
||||
use sp_storage::StorageKey;
|
||||
use sp_version::RuntimeVersion;
|
||||
|
||||
use crate::{
|
||||
light_client_worker::{build_smoldot_client, LightClientRpcWorker},
|
||||
|
||||
Reference in New Issue
Block a user