Trait TxBuilderExt

Source
pub trait TxBuilderExt<'a, A>: BorrowMut<TxBuilder<'a, A>> {
    // Provided method
    fn add_fee_anchor_spend(&mut self, anchor: OutPoint, output: &TxOut)
       where A: CoinSelectionAlgorithm { ... }
}
Expand description

An extension trait for TxBuilder.

Provided Methods§

Source

fn add_fee_anchor_spend(&mut self, anchor: OutPoint, output: &TxOut)

Add an input to the tx that spends a fee anchor.

Implementations on Foreign Types§

Source§

impl<'a, A> TxBuilderExt<'a, A> for TxBuilder<'a, A>

Implementors§