@somnia-chain/markets-sdk / index / ORDER_KIND_SIDE
Variable: ORDER_KIND_SIDE
constORDER_KIND_SIDE: readonlyBinarySide[]
Defined in: store.ts:154
Index → BinarySide for the on-chain OrderKind enum carried by the
BinaryOrderPlaced event (settlement-extraction v2): 0 BUY_YES, 1 SELL_YES,
2 BUY_NO, 3 SELL_NO. This is the ONLY authoritative side-attribution source —
v2 no longer encodes the side in userData (now opaque MM bookkeeping).