You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I have a question about jetton message.
If I have a cell that contains lots of additional payload, when I use BuildTransferPayloadV2, cell will be parsed and every data will be appended to the msg_body.
Hi, store builder is more flexible, if your payload is small and you dont need a ref, your transaction will be cheaper, if you have big payload, you can just wrap your data in a ref before call, the it will be same as store ref, just pass cell.BeginCell()lMustStoreRef(payload)
Hi all, I have a question about jetton message.
If I have a cell that contains lots of additional payload, when I use
BuildTransferPayloadV2
, cell will be parsed and every data will be appended to the msg_body.tonutils-go/tlb/loader.go
Line 558 in c0b96b2
It may caused
cell overflow
error. So Im confused why not usestore_ref()
to store cell? or maybe I have a wrong thinking?Thanks for everyone's answer.
The text was updated successfully, but these errors were encountered: