Creates an instance of the class with the specified account authenticator.
The Ed25519PublicKey that will be used for authentication.
The Ed25519Signature that will be used for authentication.
Serializes the transaction authenticator by encoding the sender information.
The serializer instance used to perform the serialization.
Static
deserializeDeserializes a TransactionAuthenticator from the provided deserializer. This function helps in reconstructing the TransactionAuthenticator based on the variant index found in the serialized data.
The deserializer instance used to read the serialized data.
Static
loadLoads a TransactionAuthenticatorSingleSender instance from the provided deserializer. This function helps in deserializing the sender information to create a transaction authenticator.
The deserializer used to extract the sender data.
Represents a transaction authenticator using Ed25519 for a single signer transaction. This class encapsulates the client's public key and the Ed25519 signature of a raw transaction.
Param: public_key
The client's public key.
Param: signature
The Ed25519 signature of a raw transaction.
See
Creating a Signed Transaction for details about generating a signature.