pub type AccountCurrencyTransferAllowance<T: Config> = StorageNMap<_GeneratedPrefixForStorageAccountCurrencyTransferAllowance<T>, (NMapKey<Twox64Concat, T::AccountId>, NMapKey<Twox64Concat, T::CurrencyId>, NMapKey<Blake2_128Concat, T::Location>), AllowanceDetails<BlockNumberFor<T>>, OptionQuery>;
Expand description
Storage item for allowances specified for a sending account, currency type and receiving location
Storage type is [StorageNMap
] with keys type (T :: AccountId, T :: CurrencyId, T :: Location) and value type AllowanceDetails < BlockNumberFor < T > >.
Aliased Type§
struct AccountCurrencyTransferAllowance<T: Config>(/* private fields */);