tact-lang / tact-docs

Tact main documentation
https://docs.tact-lang.org
57 stars 39 forks source link

Explain how to use generated TypeScript wrappers to parse emitted structs/messages #342

Closed novusnota closed 4 months ago

novusnota commented 4 months ago

"Could someone explain how to decode the body of the cell? emit(MatchEvent{order_history:order_history}.toCell());", https://t.me/tactlang/36838

Should probably go to book/debug under the part describing usage of emit()` function for logging.