tycho-block-util 0.3.9

Shared utilities for blockchain models.
Documentation
1
2
3
4
5
6
7
8
9
pub use self::consensus_info::choose_genesis_info;
pub use self::min_ref_mc_state::{MinRefMcStateTracker, RefMcStateHandle};
pub use self::shard_state_stuff::ShardStateStuff;
pub use self::state_proof::{check_zerostate_proof, prepare_master_state_proof};

mod consensus_info;
mod min_ref_mc_state;
mod shard_state_stuff;
mod state_proof;