Releases: symbol/symbol-sdk-typescript-javascript
Releases · symbol/symbol-sdk-typescript-javascript
v0.10.0-beta
broken backward compatibility
- upgraded rxjs version to 6.
v0.9.5
- changed
Account
class 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
PublicAccount
class 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