Abstract ReadonlyaccountAccount address associated with the account
Abstract ReadonlypublicPublic key associated with the account
AbstractsigningSigning scheme used to sign transactions
AbstractsignAbstractsignSign the given transaction using the available signing capabilities.
the transaction to be signed
Signature
AbstractsignSign 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
AbstractsignSign 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.
Verify the given message and signature with the public key. It fetches any on chain state if needed for verification.
The arguments for verifying the signature.
The configuration object for connecting to the Aptos network
Raw message data in HexInput format.
Signed message signature.
A boolean indicating whether the signature is valid.
An interface which defines if an Account utilizes Keyless signing.