Get signature from HSM
I’d like to use an HSM to sign my Hedera transactions but I get an error. In order to create a repeatable example I tried this
How do I use `PrivateKey` and `PublicKey` from Hedera SDK to encrypt and decrypt data?
I have created several accounts in Hedera,
and have their PrivateKey
s and PublicKey
s available in the Hedera SDK.
I am able to use these to create signatures on data,
and verify signatures on data, as the SDK provide methods to do these.
Why does `getRecord()` fail because of a `_logger` related error? (using Hedera SDK)
The following code throws an error when .getReceipt()
is invoked.
Note that the transaction itself is successful.