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 transaction authenticator for a multi-agent transaction.
This class manages the authentication process involving a primary sender and multiple secondary signers.
Param: sender
The authenticator for the sender account.
Param: secondary_signer_addresses
An array of addresses for the secondary signers.
Param: secondary_signers
An array of authenticators for the secondary signer accounts.