v0.18.0
What's Changed
- switch to SDK v13
- breaking:
SmartContract
is no longer exported. UseSmartContractTransactionsFactory
- breaking:
GasEstimator
removed - breaking:
ContractFunction
removed, pass normal strings - breaking:
TransactionPayload
removed, you can now passUint8Array
instead - update examples
- update reexported functions and helpers
- return transaction on a network in
onTxFinalized
- added two amount-related helper functions:
parseAmount
andformatAmount
Full Changelog: v0.17.0...v0.18.0