pub type Spends<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageSpends<T, I>, Twox64Concat, SpendIndex, SpendStatus<T::AssetKind, AssetBalanceOf<T, I>, T::Beneficiary, BlockNumberFor<T, I>, <T::Paymaster as Pay>::Id>, OptionQuery>;Expand description
Spends that have been approved and being processed.
Storage type is StorageMap with key type SpendIndex and value type SpendStatus < T :: AssetKind, AssetBalanceOf < T, I > , T :: Beneficiary, BlockNumberFor < T, I > , < T :: Paymaster as Pay > :: Id, >.
Aliased Typeยง
pub struct Spends<T: Config<I>, I: 'static = ()>(/* private fields */);