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 multi-signature transactions using Ed25519. This class is used to validate transactions that require multiple signatures from different signers.
Param: public_key
The public key of the client involved in the transaction.
Param: signature
The multi-signature of the raw transaction.