After I use tonConnectUI.sendTransaction(transaction) to transfer ton, I can get boc。But to transfer jetton, I got undefined。so how can I get jetton After tonConnectUI.sendTransaction(transaction)
Context
I want to create an SDK to provide an interface for our business. They only need to provide relevant parameters without worrying about whether it is ton or jetton. Then, I will synchronize all the transfer and verification logic in the SDK. After the transfer is successful and verified, it will be returned to the business layer
What have you tried so far?
I tried all the ways I could. For example, the official website https://docs.ton.org/ For example, cloning all SDK source code to collect and parse relevant traces of returned Boc
Your Question
After I use
tonConnectUI.sendTransaction(transaction)
to transfer ton, I can get boc。But to transfer jetton, I got undefined。so how can I get jetton AftertonConnectUI.sendTransaction(transaction)
Context
I want to create an SDK to provide an interface for our business. They only need to provide relevant parameters without worrying about whether it is ton or jetton. Then, I will synchronize all the transfer and verification logic in the SDK. After the transfer is successful and verified, it will be returned to the business layer
What have you tried so far?
I tried all the ways I could. For example, the official website https://docs.ton.org/ For example, cloning all SDK source code to collect and parse relevant traces of returned Boc
Relevant Code or Commands
Documentation Check