mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 22:51:03 +00:00
Companion PR for Various small improvements to service construction.. (#1472)
* Initial commit Forked at:1ed17cd467Parent branch: origin/master * Refactor * Refactor * Remove macro * WIP Forked at:1ed17cd467Parent branch: origin/master * CLEANUP Forked at:1ed17cd467Parent branch: origin/master * small fix * fix for browser * Switch branch * Rewrite service builds * Update branch * Fix sp-core branch * Switch branch back and update Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
This commit is contained in:
@@ -28,8 +28,8 @@ use sp_consensus::SelectChain;
|
||||
use sp_consensus_babe::BabeApi;
|
||||
use sc_client_api::light::{Fetcher, RemoteBlockchain};
|
||||
use sc_consensus_babe::Epoch;
|
||||
use sc_rpc::DenyUnsafe;
|
||||
use sp_block_builder::BlockBuilder;
|
||||
pub use sc_rpc::DenyUnsafe;
|
||||
|
||||
/// A type representing all RPC extensions.
|
||||
pub type RpcExtension = jsonrpc_core::IoHandler<sc_rpc::Metadata>;
|
||||
|
||||
Reference in New Issue
Block a user