Update assetId to handle a hexString
Closed this issue · 1 comments
IkerAlus commented
Ref: polkadot-js/api#5967
Once a the new version of PJS/Api is released, it will come with a breaking change of handling the assetId as a HexString instead of number | object as it's now. The dep will have to be updated as well as the corresponding methods/examples/tests that currently handle that field.
marshacb commented
Due to Asset Transfer API not relying on the SignerPayloadJSON
interface directly from PJS, the assetId
HexString
update made in polkadot-js/api#5967 does not require any additional changes in the API.