Struct sn_dbc::DbcBuilder[][src]

pub struct DbcBuilder {
    pub reissue_transaction: ReissueTransaction,
    pub reissue_shares: Vec<ReissueShare>,
}
Expand description

A Builder for aggregating ReissueShare (Mint::reissue() results) from multiple mint nodes and combining signatures to generate the final Dbc outputs.

Fields

reissue_transaction: ReissueTransactionreissue_shares: Vec<ReissueShare>

Implementations

Create a new DbcBuilder from a ReissueTransaction

Add a ReissueShare from Mint::reissue()

Add multiple ReissueShare from Mint::reissue()

Build the output DBCs

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.