Type Alias Account
pub type Account<T>where
T: Config, = StorageMap<_GeneratedPrefixForStorageAccount<T>, Blake2_128Concat, <T as Config>::AccountId, AccountInfo<<T as Config>::Nonce, <T as Config>::AccountData>, ValueQuery>;Expand description
The full account information for a particular account ID.
Storage type is [StorageMap] with key type T :: AccountId and value type AccountInfo < T :: Nonce, T :: AccountData >.
Aliased Type§
pub struct Account<T>(/* private fields */)
where
T: Config;