pub struct TransactionGroupMother {}
Implementations§
Source§impl TransactionGroupMother
impl TransactionGroupMother
pub fn testnet_payment_group() -> Vec<Transaction>
pub fn group_of(number_of_transactions: usize) -> Vec<Transaction>
Auto Trait Implementations§
impl Freeze for TransactionGroupMother
impl RefUnwindSafe for TransactionGroupMother
impl Send for TransactionGroupMother
impl Sync for TransactionGroupMother
impl Unpin for TransactionGroupMother
impl UnwindSafe for TransactionGroupMother
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