You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scheduled transaction support: ScheduleCreateTransaction, ScheduleDeleteTransaction, and ScheduleSignTransaction
React Native support
Support for raw proto.Transaction bytes in Transaction.fromBytes()
This means v1 SDK's Transaction.toBytes() will now be supported in v2 Transaction.fromBytes()
However, Transaction.toBytes() and Transaction.getTransactionHas() in v2 will produce different
results in the v1 SDK's.
Fixed
addSignature() Behavior Differs Between Implementations [NCC-E001154-005]
Decreased CHUNK_SIZE 4096->1024 and increased default max chunks 10->20
Export StatusError, PrecheckStatusError, ReceiptStatusError, and BadKeyError
KeyList.toString()
AccountBalance.toString()
Deprecated
new TransactionId(AccountId, Instant) - Use TransactionId.withValidStart() instead.