mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-19 20:25:43 +00:00
AFG messaging (#210)
* First draft of afg messaging * AfgReceivedPrevote, AfgReceivedPrecommit and AfgFinalized added to rust backend * Tidy up
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user