This PR removes legacy functionality which allowed for sufficient assets to be used with the paysWithFeeOrigin option. Now only valid asset locations, symbols or integer IDs are able to be passed into paysWithFeeOrigin. Non unique and invalid values will throw an error.
added ability to provide asset symbols (e.g. usdt) and asset integer IDs (e.g. 1984) as values to paysWithFeeOrigin. The asset location in these cases is derived by the API if valid.
Changes
This PR removes legacy functionality which allowed for
sufficient assets
to be used with thepaysWithFeeOrigin
option. Now only valid asset locations, symbols or integer IDs are able to be passed intopaysWithFeeOrigin
. Non unique and invalid values will throw an error.usdt
) and asset integer IDs (e.g.1984
) as values topaysWithFeeOrigin
. The asset location in these cases is derived by the API if valid.closes: #419