Contains the payload to run a multi-sig account transaction.
The payload of the multi-sig transaction. This can only be EntryFunction for now but, Script might be supported in the future.
Readonly
transaction_Static
deserializeGenerated using TypeDoc
Representation of a MultiSig Transaction Payload from
multisig_account.move
that can be serialized and deserializedThis class exists right now to represent an extensible transaction payload class for transactions used in
multisig_account.move
. Eventually, this class will be able to support script payloads when themultisig_account.move
module supports them.