client: helper to create standalone client without service (#4536)

This commit is contained in:
André Silva
2020-01-06 14:52:14 +00:00
committed by Gavin Wood
parent b462009f88
commit 4fa4dfb77b
2 changed files with 78 additions and 46 deletions
+1
View File
@@ -54,6 +54,7 @@ use sp_runtime::traits::{NumberFor, Block as BlockT};
pub use self::error::Error;
pub use self::builder::{
new_full_client,
ServiceBuilder, ServiceBuilderCommand, TFullClient, TLightClient, TFullBackend, TLightBackend,
TFullCallExecutor, TLightCallExecutor,
};