We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const words = [.......]; const keyPair = await mnemonicToPrivateKey(words); const.tonWalletSender = new TonWeb.wallet.all.v4R2(provider, { publicKey: keyPair.publicKey, });
words is multichain mnemonic,get address string use method getAddress.toString(true, true, false) not equal Tonkeeper address show.
getAddress.toString(true, true, false)
and get jetton balance will return error exit code -13。
single chain mnemonic is ok.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
words is multichain mnemonic,get address string use method
getAddress.toString(true, true, false)
not equal Tonkeeper address show.and get jetton balance will return error exit code -13。
single chain mnemonic is ok.
The text was updated successfully, but these errors were encountered: