Skip to main content

CommitFor

Type Alias CommitFor 

Source
pub type CommitFor<B> = Commit<<<B as Blockchain>::SignatureScheme as SignatureScheme>::AggregateSignature>;
Expand description

The Commit type for a Blockchain.

Aliased Typeยง

pub struct CommitFor<B> { /* private fields */ }