[][src]Trait client_side_validation::ConsensusCommit

pub trait ConsensusCommit: Sized + CommitEncode {
    type Commitment: CommitVerify<Vec<u8>>;
    pub fn consensus_commit(self) -> Self::Commitment { ... }
pub fn consensus_verify(self, commitment: &Self::Commitment) -> bool { ... } }

Associated Types

Loading content...

Provided methods

pub fn consensus_commit(self) -> Self::Commitment[src]

pub fn consensus_verify(self, commitment: &Self::Commitment) -> bool[src]

Loading content...

Implementors

Loading content...