pub type OneshotAccounts<T: Config> = StorageMap<_GeneratedPrefixForStorageOneshotAccounts<T>, Blake2_128Concat, T::AccountId, <T::Currency as Currency<T::AccountId>>::Balance, OptionQuery>;
Expand description

Storage type is [StorageMap] with key type T :: AccountId and value type < T :: Currency as Currency < T :: AccountId > > :: Balance.

Aliased Type§

struct OneshotAccounts<T: Config>(PhantomData<(_GeneratedPrefixForStorageOneshotAccounts<T>, Blake2_128Concat, <T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, OptionQuery, GetDefault, GetDefault)>);

Fields§

§0: PhantomData<(_GeneratedPrefixForStorageOneshotAccounts<T>, Blake2_128Concat, <T as Config>::AccountId, <<T as Config>::Currency as Currency<<T as Config>::AccountId>>::Balance, OptionQuery, GetDefault, GetDefault)>