Releases: symbol/symbol-sdk-typescript-javascript
Releases · symbol/symbol-sdk-typescript-javascript
v0.10.1-beta
- added
replyGiven(deadline: Deadline): TransactiontoTransactionclass to support reply an unconfirmed transaction in the future. PR #18
v0.10.0-beta
broken backward compatibility
- upgraded rxjs version to 6.
v0.9.5
- changed
Accountclass adding the methodsignData(data: string): string: Given an string input, the account signs it with the private-public encryption and returns the data signed. - changed
PublicAccountclass adding the methodverifySignature(data: string, signature: string): boolean: Given a signature and data, it checks if it has been signed by the public account.
v0.9-beta.3
- Added support for NodeJS 10