How to receive the result of transaction #16
Unanswered
yjk596286200
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having some trouble and would love to get some help.My question is after transferTon(), how do I resieve the result or transaction response. I can find the resut in console.My code is here:
` const tonTransferReq = {
to: Address.parse(this._tonAddressConfig.tonAddress),
amount: toNano(0.01)
} as TonTransferRequest;
Beta Was this translation helpful? Give feedback.
All reactions