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
7
8
9
10
11
12
13
14
pub mod block_hash;
pub mod bundle_ops;
pub mod casper;
pub mod par_map;
pub mod par_map_type_mapper;
pub mod par_set;
pub mod par_set_type_mapper;
pub mod rholang;
pub mod sorted_par_hash_set;
pub mod sorted_par_map;
pub mod string_ops;
pub mod test_utils;
pub mod utils;
pub mod validator;