chik-protocol 0.33.0

Chik network protocol message types
Documentation
1
2
3
4
5
6
7
use chik_streamable_macro::streamable;

#[streamable]
pub struct PartialProof {
    #[cfg_attr(feature = "serde", serde(with = "serde_arrays"))]
    proof_fragments: [u64; 64],
}