pub struct TransactionMother {}
Implementations§
Source§impl TransactionMother
impl TransactionMother
pub fn simple_payment() -> PaymentTransactionBuilder
pub fn payment_with_note() -> PaymentTransactionBuilder
pub fn observed_payment() -> PaymentTransactionBuilder
pub fn simple_asset_transfer() -> AssetTransferTransactionBuilder
pub fn opt_in_asset_transfer() -> AssetTransferTransactionBuilder
Auto Trait Implementations§
impl Freeze for TransactionMother
impl RefUnwindSafe for TransactionMother
impl Send for TransactionMother
impl Sync for TransactionMother
impl Unpin for TransactionMother
impl UnwindSafe for TransactionMother
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