Struct wallet::account::WalletBuildTx
source · pub struct WalletBuildTx<'a> {
wallet: &'a mut Wallet,
needed_input: Value,
next_value: Value,
current_counter: SpendingCounter,
}
Fields§
§wallet: &'a mut Wallet
§needed_input: Value
§next_value: Value
§current_counter: SpendingCounter
Implementations§
source§impl<'a> WalletBuildTx<'a>
impl<'a> WalletBuildTx<'a>
pub fn input(&self) -> Input
pub fn witness_builder(&self) -> AccountWitnessBuilder
pub fn add_fragment_id(self, fragment_id: FragmentId)
Auto Trait Implementations§
impl<'a> RefUnwindSafe for WalletBuildTx<'a>
impl<'a> Send for WalletBuildTx<'a>
impl<'a> Sync for WalletBuildTx<'a>
impl<'a> Unpin for WalletBuildTx<'a>
impl<'a> !UnwindSafe for WalletBuildTx<'a>
Blanket Implementations§
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