pub struct AccountMother {}
Implementations§
Source§impl AccountMother
impl AccountMother
pub fn zero_address_account() -> KeyPairAccount
pub fn account() -> KeyPairAccount
pub fn neil() -> KeyPairAccount
pub fn nfd_testnet() -> KeyPairAccount
pub fn example() -> KeyPairAccount
pub fn msig() -> MultisigSignature
Auto Trait Implementations§
impl Freeze for AccountMother
impl RefUnwindSafe for AccountMother
impl Send for AccountMother
impl Sync for AccountMother
impl Unpin for AccountMother
impl UnwindSafe for AccountMother
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