Expand description
Core SDK types: Side, OrderType, OrderParam, and event types.
Structs§
- Order
Param - Parameters for placing a single order.
- Placed
Order - An order that was placed on-chain, with its assigned ID.
Enums§
- Order
Type - Order type: Good-Til-Batch or Good-Til-Cancelled.
- Side
- Order side on the 4-sided orderbook.
- Strike
Event - On-chain event types emitted by Strike contracts.
Constants§
- LOT_
SIZE - LOT_SIZE = 1e16 wei = $0.01 per lot.