Function zebra_consensus::checkpoint::list::checkpoint_height_and_hash
source ยท fn checkpoint_height_and_hash(
checkpoint: &str,
) -> Result<(Height, Hash), BoxError>
Expand description
Parses a checkpoint to a block::Height
and block::Hash
.