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
Currently, tlb only have: func Unmarshal(c *boc.Cell, o any) error
but when the Cell is a message with OpCode, I must define a struct with OpCode uint32.
Currently, tlb only have:
func Unmarshal(c *boc.Cell, o any) error
but when the Cell is a message with OpCode, I must define a struct with
OpCode uint32
.What I want?
I want to have a new function:
So I don't need define new message struct with OpCode.
The text was updated successfully, but these errors were encountered: