Creates a Wallet V5 instance and provides a function to send transactions.
This function initializes a Wallet V5 smart contract instance using the provided mnemonic
and connects it to the specified TON network (mainnet or testnet). It also provides
a send function to facilitate transaction execution.
Parameters
tonClient: TonClient|TonClient4
The TON client instance used to interact with the blockchain.
mnemonic: string[]
The mnemonic phrase used to derive the wallet key pair.
Creates a Wallet V5 instance and provides a function to send transactions.
This function initializes a Wallet V5 smart contract instance using the provided mnemonic and connects it to the specified TON network (
mainnetortestnet). It also provides asendfunction to facilitate transaction execution.