Struct ord::TransactionBuilder
source · pub struct TransactionBuilder { /* private fields */ }
Implementations§
source§impl TransactionBuilder
impl TransactionBuilder
pub fn build_transaction_with_postage( outgoing: SatPoint, inscriptions: BTreeMap<SatPoint, InscriptionId>, amounts: BTreeMap<OutPoint, Amount>, recipient: Address, change: [Address; 2], fee_rate: FeeRate ) -> Result<Transaction, Error>
pub fn build_transaction_with_value( outgoing: SatPoint, inscriptions: BTreeMap<SatPoint, InscriptionId>, amounts: BTreeMap<OutPoint, Amount>, recipient: Address, change: [Address; 2], fee_rate: FeeRate, output_value: Amount ) -> Result<Transaction, Error>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TransactionBuilder
impl Send for TransactionBuilder
impl Sync for TransactionBuilder
impl Unpin for TransactionBuilder
impl UnwindSafe for TransactionBuilder
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more