Creates a HighloadWalletV3 instance using the provided TonClient, mnemonic, and optional configuration.
This function initializes a highload wallet by generating a key pair from the mnemonic and
configuring the wallet with the provided settings. It provides methods to deploy the wallet
and send messages in batches.
Parameters
tonClient: TonClient|TonClient4
The TonClient instance used to interact with the blockchain.
mnemonic: string[]
An array of mnemonic words used to derive the wallet's key pair.
Creates a HighloadWalletV3 instance using the provided TonClient, mnemonic, and optional configuration.
This function initializes a highload wallet by generating a key pair from the mnemonic and configuring the wallet with the provided settings. It provides methods to deploy the wallet and send messages in batches.