Dominique
Results
11
comments of
Dominique
The issue seems to appear when upgrading the `api` from [12.4.2](https://github.com/polkadot-js/api/releases/tag/v12.4.2) to [13.0.1](https://github.com/polkadot-js/api/releases/tag/v13.0.1). In `v12.4.2` if I call ``` await apiAt.call.transactionPaymentApi.queryInfo(extrinsic, extrinsic.length); ``` where extrinsic is a Hex string, it...