Digital Signatures
Internally all transactions are being digitally signed automatically. If you need manually to sign some data you can do that easy with the function SignData from the identity namespace. The parameters for SignData are: Message: The data to be signed ChainAddress: Your blockchain address Password: The password to unlock your private key Note: Obviously your … Read more