Skip to content
New issue

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

TonTools.Providers.TonCenterClient.TonCenterClientError: TonCenter failed with error: Not Found #19

Open
ruiyeclub opened this issue Jul 13, 2024 · 0 comments

Comments

@ruiyeclub
Copy link

This is my code:

client = TonCenterClient(key=api_key, base_url='https://toncenter.com/api/v2/jsonRPC')
your_wallet = Wallet(provider=client, mnemonics=mnemonics, version='v4r2')

await your_wallet.transfer_jetton(
destination_address=to_address, #Receiving address
jetton_master_address=RAFF, #RAFF Contract Address
jettons_amount=1
)

print('done')

Look forward to your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant