Begin to add a test parachain

This commit is contained in:
Bastian Köcher
2019-10-16 13:39:38 +02:00
parent f55c9f95ce
commit d9edf82783
15 changed files with 2949 additions and 181 deletions
+2
View File
@@ -35,6 +35,8 @@ use log::warn;
use std::{sync::Arc, marker::PhantomData};
pub mod import_queue;
/// Helper for the local client.
pub trait LocalClient {
/// The block type of the local client.