Initial draft of stakeholder democracy.

This commit is contained in:
Gav
2018-02-25 18:37:07 +01:00
parent c43d49084f
commit 2ffcf8ff26
10 changed files with 259 additions and 30 deletions
+3
View File
@@ -31,9 +31,12 @@ extern crate demo_primitives;
#[cfg(test)] #[macro_use] extern crate hex_literal;
extern crate integer_sqrt;
pub mod environment;
pub mod runtime;
pub mod api;
pub mod dispatch;
#[cfg(feature = "std")] pub mod genesismap;