f1r3fly-models 0.1.0

Common data model types for the F1r3fly blockchain, including protobuf definitions and Rust implementations
Documentation
1
2
3
4
5
6
use crate::ByteString;

// See models/src/main/scala/coop/rchain/models/BlockHash.scala
pub type BlockHash = ByteString;

pub const LENGTH: usize = 32;