Breaking Changes:
- Change assetId type in
SignerPayloadJSON
to HexString (#5967) - Keep assetId hex as an Option for
toPayload
(#5968)
NOTE: This is part of the current change to generalize the SignerPayloadJSON in order to simplify its integration across other tools. The return value of assetId
field with toPayload
will always be its true type now, which in this case is Option<TAssetConversion>
where TAssetConversion
is equal to MultiLocation | AssetId
.
Changes: