Skip to content

Commit

Permalink
Merge pull request #18 from subspace/export-sc-service-functions
Browse files Browse the repository at this point in the history
Export remaining public functions of `sc-service`
  • Loading branch information
dastansam authored May 16, 2024
2 parents 8082697 + 50dc5c8 commit 9b8cdb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions substrate/client/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ use sp_runtime::traits::{Block as BlockT, Header as HeaderT};

pub use self::{
builder::{
build_network, new_client, new_db_backend, new_full_client, new_full_parts,
new_full_parts_record_import, new_full_parts_with_genesis_builder,
new_native_or_wasm_executor, new_wasm_executor, spawn_tasks, BuildNetworkParams,
KeystoreContainer, NetworkStarter, SpawnTasksParams, TFullBackend, TFullCallExecutor,
TFullClient,
build_network, gen_rpc_module, init_telemetry, new_client, new_db_backend, new_full_client,
new_full_parts, new_full_parts_record_import, new_full_parts_with_genesis_builder,
new_native_or_wasm_executor, new_wasm_executor, propagate_transaction_notifications,
spawn_tasks, BuildNetworkParams, KeystoreContainer, NetworkStarter, SpawnTasksParams,
TFullBackend, TFullCallExecutor, TFullClient,
},
client::{ClientConfig, LocalCallExecutor},
error::Error,
Expand Down

0 comments on commit 9b8cdb8

Please sign in to comment.