Trait zebra_consensus::ParameterCheckpoint
source · pub trait ParameterCheckpoint {
// Required methods
fn genesis_hash(&self) -> Hash;
fn checkpoint_list(&self) -> CheckpointList;
}
Expand description
Network methods related to checkpoints
Required Methods§
sourcefn genesis_hash(&self) -> Hash
fn genesis_hash(&self) -> Hash
Returns the hash for the genesis block in network
.
sourcefn checkpoint_list(&self) -> CheckpointList
fn checkpoint_list(&self) -> CheckpointList
Returns the hard-coded checkpoint list for network
.