Type Alias pallet_oneshot_account::pallet::OneshotAccounts
source · pub type OneshotAccounts<T: Config> = StorageMap<_GeneratedPrefixForStorageOneshotAccounts<T>, Blake2_128Concat, T::AccountId, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance, OptionQuery>;
Expand description
The balance for each oneshot account.
Storage type is [StorageMap
] with key type T :: AccountId
and value type BalanceOf < T >
.
Aliased Type§
struct OneshotAccounts<T: Config>(PhantomData<(_GeneratedPrefixForStorageOneshotAccounts<T>, Blake2_128Concat, <T as Config>::AccountId, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance, OptionQuery, GetDefault, GetDefault)>);
Fields§
§0: PhantomData<(_GeneratedPrefixForStorageOneshotAccounts<T>, Blake2_128Concat, <T as Config>::AccountId, <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance, OptionQuery, GetDefault, GetDefault)>