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

pub trait ConsensusCommit: Sized + CommitEncode {
    type Commitment: CommitVerify<Vec<u8>> + Hash;
    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

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...