Type Definition frame::prelude::frame_system::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, GetDefault, GetDefault>;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 >.