[][src]Trait lnpbp::client_side_validation::ConsensusCommit

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

Associated Types

Loading content...

Provided methods

fn consensus_commit(self) -> Self::Commitment

fn consensus_verify(self, commitment: &Self::Commitment) -> bool

Loading content...

Implementors

impl ConsensusCommit for Extension[src]

impl ConsensusCommit for Genesis[src]

impl ConsensusCommit for Transition[src]

impl ConsensusCommit for Schema[src]

impl ConsensusCommit for Anchor[src]

Loading content...