14.0.0-beta.6 (2022-06-01)
Features
- ๐ธ Multiple tags support while getting protocol fees (e0f8897)
- ๐ธ Return gasFees, protocolFees in
getTransactionByHash
(032222c)
BREAKING CHANGES
- ๐งจ
network.getProtocolFees
now supports passing multipleTxTags
.
Also, the return type has been changed fromPromise<BigNumber>
toPromise<ProtocolFees[]>
specifying protocol fees for each tag argument. - ๐งจ Return type of
network.getTransactionByHash
is changed from
Promise<ExtrinsicData | null>
toPromise<ExtrinsicDataWithFees | null>