Structures

Stork utilizes a number of structures. Note that structures in Cairo are mostly syntactic sugar, meaning you can simply parse structures as a tuple. For example, a response type of PriceTick is simply a tuple of the attributes of PriceTick .

Last updated