Type Definition frame_system::pallet::Account[][src]

type Account<T: Config> = StorageMap<_GeneratedPrefixForStorageAccount<T>, Blake2_128Concat, T::AccountId, AccountInfo<T::Index, T::AccountData>, ValueQuery>;
Expand description

The full account information for a particular account ID.