Serialize a Transaction Payload
StaticdeserializeDeserializes a multisig transaction payload from the provided deserializer. This function enables the reconstruction of a MultiSigTransactionPayload object from its serialized form.
The deserializer instance used to read the serialized data.
Staticload
Represents any transaction payload that can be submitted to the Aptos chain for execution.
This is specifically required for orderless transactions, but can be used for any transaction payload.