Begin to add a test parachain

This commit is contained in:
Bastian Köcher
2019-10-16 13:39:38 +02:00
parent 28ec1f3180
commit d9c6bc408c
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.