github PolymeshAssociation/polymesh-sdk v14.0.0-beta.6

latest releases: v25.1.1, v25.1.1-beta.1, v25.1.1-alpha.1...
pre-release2 years ago

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 multiple TxTags.
    Also, the return type has been changed from Promise<BigNumber>
    to Promise<ProtocolFees[]> specifying protocol fees for each tag argument.
  • ๐Ÿงจ Return type of network.getTransactionByHash is changed from
    Promise<ExtrinsicData | null> to Promise<ExtrinsicDataWithFees | null>

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.