Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
APIServer is an instance of the API service
func MakeAPIServer ¶
func MakeAPIServer( kos *kelpos.KelpOS, horizonTestnetURI string, apiTestNet *horizonclient.Client, horizonPubnetURI string, apiPubNet *horizonclient.Client, ccxtRestUrl string, noHeaders bool, ) (*APIServer, error)
MakeAPIServer is a factory method
type ErrorResponse ¶ added in v1.8.0
type ErrorResponse struct {
Error string `json:"error"`
}
ErrorResponse represents an error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.