Open muharem opened 3 weeks ago
part of https://github.com/paritytech/polkadot-sdk/issues/5500
Introduces the asset_kind parameter for a bounty and moves the payments processing from the Currency (only local transfers) trait to Pay (simpler alternative allowing cross-chain setups) trait.
asset_kind
Currency
Pay
part of https://github.com/paritytech/polkadot-sdk/issues/5500
Introduces the
asset_kind
parameter for a bounty and moves the payments processing from theCurrency
(only local transfers) trait toPay
(simpler alternative allowing cross-chain setups) trait.