paritytech / txwrapper-core

Tools for FRAME chain builders to publish chain specific offline transaction generation libraries.
https://paritytech.github.io/txwrapper-core/
Apache License 2.0
77 stars 28 forks source link

Update `assetId` to handle a `hexString` #401

Closed bee344 closed 1 day ago

bee344 commented 2 weeks ago

Ref: PJS API PR 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.

bee344 commented 1 day ago

Closed by #404