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
Structs are created with compost_rpc.struct decorator. They may
contain primitive types, enums, bytes, strings, lists and even other structs.
It is important to note that structs are basically invisible when inspecting
the raw message frames - it will look the same as if all member values were sent
as separate arguments. In other words, the layout of struct is not part of
the message, only the data.