Documentation ¶
Index ¶
Constants ¶
View Source
const (
QueryGet = "get"
)
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
Types ¶
type Book ¶
type Book struct { Bids []matcheng.AggregatePrice `json:"bids"` Asks []matcheng.AggregatePrice `json:"asks"` }
type QueryResult ¶
type QueryResult struct { MarketID store.EntityID `json:"market_id"` BlockNumber int64 `json:"block_number"` Bids []QueryResultEntry `json:"bids"` Asks []QueryResultEntry `json:"asks"` }
Click to show internal directories.
Click to hide internal directories.