Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorUnsupportedPlatform = errors.New("unsupported platform")
Functions ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type GetPoolRequest ¶
type GetPoolResponse ¶
type GetPoolResponse struct {
ContractAddress common.MixedcaseAddress `json:"contract_address"`
TokenLeft *model.Token `json:"token_left"`
TokenRight *model.Token `json:"token_right"`
Fee string `json:"fee"`
Metrics []model.PoolMetric `json:"metrics"`
}
Click to show internal directories.
Click to hide internal directories.