Represents a multi-signature transaction payload that can be serialized and deserialized.
This class is designed to encapsulate the transaction payload for multi-sig account transactions
as defined in the multisig_account.move module. Future enhancements may allow support for script
payloads as the multisig_account.move module evolves.
Converts the BCS-serialized bytes of a value into a Hex instance.
This function provides a Hex representation of the BCS-serialized data for easier handling and manipulation.
Represents a multi-signature transaction payload that can be serialized and deserialized. This class is designed to encapsulate the transaction payload for multi-sig account transactions as defined in the
multisig_account.move
module. Future enhancements may allow support for script payloads as themultisig_account.move
module evolves.