We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the Apostille Library NIP proposal, we found that nem2-sdk does not allow sign raw data.
nem2-sdk
we should add to Account class the next method:
Account
class Account { // ... public signRaw(data:BinaryData | string): SignedBinary; }