Skip to main content

Module types

Module types 

Source
Expand description

Core SDK types: Side, OrderType, OrderParam, and event types.

Structs§

OrderParam
Parameters for placing a single order.
PlacedOrder
An order that was placed on-chain, with its assigned ID.

Enums§

OrderType
Order type: Good-Til-Batch or Good-Til-Cancelled.
Side
Order side on the 4-sided orderbook.
StrikeEvent
On-chain event types emitted by Strike contracts.

Constants§

LOT_SIZE
LOT_SIZE = 1e16 wei = $0.01 per lot.