Abstract
signAbstract
signSign the given transaction using the available signing capabilities.
the transaction to be signed
Signature
Abstract
signSign a transaction using the available signing capabilities.
the raw transaction
the AccountAuthenticator containing the signature of the transaction, together with the account's public key
Abstract
signSign a message using the available signing capabilities.
the signing message, as binary input
the AccountAuthenticator containing the signature, together with the account's public key
Verify the given message and signature with the public key. This function helps ensure the integrity and authenticity of a message by validating its signature.
The arguments for verifying the signature.
A boolean indicating whether the signature is valid.
An interface which defines if an Account utilizes Keyless signing.