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 specifically for fee payer transactions. It encapsulates the sender's account authenticator, addresses of secondary signers, their respective authenticators, and the fee payer's account information.
Param: sender
The authenticator for the sender's account.
Param: secondary_signer_addresses
An array of addresses for secondary signers.
Param: secondary_signers
An array of authenticators for secondary signers' accounts.
Param: fee_payer
An object containing the fee payer's account address and authenticator.