recv_internal(int my_balance, int msg_value, cell msg_full, slice msg_body)

what is different between msg_full and msg_body ? what data exists in these argument ?
( I can't find good document about these )

Nov 18, 2022, 11:20 PM
https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb#L147-L149

msg_full is Message X and msg_body is X
Nov 18, 2022, 11:46 PM
for example, i cant understand what is different between Message X and X
Nov 20, 2022, 6:39 PM
in this case X is like a type argument of a generic type Message, where X is defined by you (contains the data you want it to contain), and Message is a type that represents a TON message
Nov 20, 2022, 6:40 PM

© 2024 Draquery.com All rights reserved.