package
Version:
v1.6.51
Opens a new window with list of versions in this module.
Published: Apr 6, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Actions struct {
Type string `json:"types"`
Height int64 `json:"height"`
Name string `json:"name"`
}
type Current struct {
Index int `json:"index"`
State string `json:"state"`
}
type Lists struct {
Name string `json:"name"`
Height int64 `json:"height"`
}
type OrderBook struct {
Lists []Lists `json:"lists"`
Current Current `json:"current"`
Actions []Actions `json:"actions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.