pub struct DefaultAccounts<T>where
    T: Environment,
{ pub alice: T::AccountId, pub bob: T::AccountId, pub charlie: T::AccountId, pub django: T::AccountId, pub eve: T::AccountId, pub frank: T::AccountId, }
Expand description

The default accounts.

Fields§

§alice: T::AccountId

The predefined ALICE account holding substantial amounts of value.

§bob: T::AccountId

The predefined BOB account holding some amounts of value.

§charlie: T::AccountId

The predefined CHARLIE account holding some amounts of value.

§django: T::AccountId

The predefined DJANGO account holding no value.

§eve: T::AccountId

The predefined EVE account holding no value.

§frank: T::AccountId

The predefined FRANK account holding no value.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.