Struct parables_testing::account::Account[][src]

pub struct Account<'a> {
    pub address: Address,
    // some fields omitted
}

Fields

Methods

impl<'a> Account<'a>
[src]

Create a new address with the give rng implementation.

Create a new signer.

Trait Implementations

impl<'a> Debug for Account<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for Account<'a>

impl<'a> !Sync for Account<'a>