AFG messaging (#210)

* First draft of afg messaging

* AfgReceivedPrevote, AfgReceivedPrecommit and AfgFinalized added to rust backend

* Tidy up
This commit is contained in:
Maciej Hirsz
2019-12-06 18:21:25 +01:00
committed by GitHub
parent 92fb9d28de
commit 0a89382127
7 changed files with 190 additions and 10 deletions
+1
View File
@@ -6,6 +6,7 @@ use crate::util::MeanList;
pub type NodeId = usize;
pub type BlockNumber = u64;
pub type Timestamp = u64;
pub type Address = Box<str>;
pub use primitive_types::H256 as BlockHash;
#[derive(Deserialize, Debug)]