Contains the payload to run a multi-sig account transaction.
The multi-sig account address the transaction will be executed as.
Optional
transaction_payload: MultiSigTransactionPayloadThe payload of the multi-sig transaction. This is optional when executing a multi-sig transaction whose payload is already stored on chain.
Static
deserialize
Represents a MultiSig account that can be serialized and deserialized.
This class encapsulates the functionality to manage multi-signature transactions, including the address of the multi-sig account and the associated transaction payload.