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
load
Represents a single sender authenticator for transactions that require a single signer. This class is responsible for managing the authentication of a transaction initiated by a single sender.
Param: sender
An instance of AccountAuthenticator that represents the account of the sender.