Added
- Support for raw
proto.Transactionbytes inTransaction.fromBytes()- This means v1 SDK's
Transaction.toBytes()will now be supported in v2Transaction.fromBytes()
However,Transaction.toBytes()andTransaction.getTransactionHash()in v2 will produce different
results in the v1 SDK's.
- This means v1 SDK's
- Export
StatusError,PrecheckStatusError,ReceiptStatusError, andBadKeyError
Fixed
- A few examples that did not work with
CONFIG_FILEenvironment variable