Creates a MultisigV2 wallet instance using the provided TonClient and configuration.
This function initializes a multisig wallet by opening it with the given configuration.
It provides methods to deploy the wallet, send orders, and approve orders.
Parameters
tonClient: TonClient|TonClient4
The TonClient instance used to interact with the blockchain.
The configuration object for the multisig wallet, which includes settings
such as the list of signers and whether arbitrary sequence numbers are allowed.
Creates a MultisigV2 wallet instance using the provided TonClient and configuration.
This function initializes a multisig wallet by opening it with the given configuration. It provides methods to deploy the wallet, send orders, and approve orders.