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
No description provided.
The text was updated successfully, but these errors were encountered:
😂
Sorry, something went wrong.
Hi, yes, you can use this example https://github.com/xssnick/tonutils-go/blob/master/example/accept-payments/main.go
It reports every contract's tx to the channel
@xssnick why can't I set the contract to: UQBAjaOyi2wGWlk-EDkSabqqnF-MrrwMadnwqrurKpkla4QB
我想我已经拿到我想要的了,谢谢你,但是我仍然有一些问题:
type Cell struct { special bool levelMask LevelMask bitsSz uint data []byte hashes []byte depthLevels []uint16 refs []*Cell }
the data I want is in data, which contains transaction information. How should I obtain and parse it?
see readme, ton docs and examples, load cell similar to how it happens in contract (.BeginParse()) or map data to struct with tlb tags
.BeginParse()
tlb
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: