Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAddressParam ¶ added in v1.1.6
DecodeAddressParam restores IBC token addresses that were encoded for URL path segments. by replacing a leading "ibc-" prefix with "ibc/".
Types ¶
type BadRequestError ¶
type BadRequestError struct {
Code int `json:"code" example:"400"`
Message string `json:"message" example:"bad request"`
}
HTTPError example
type HTTPError ¶
type HTTPError struct {
Code int `json:"code" example:"400"`
Message string `json:"message" example:"bad request"`
}
HTTPError example
type InternalServerError ¶
type InternalServerError struct {
Code int `json:"code" example:"500"`
Message string `json:"message" example:"internal server error"`
}
HTTPError example
type NotFoundError ¶
type NotFoundError struct {
Code int `json:"code" example:"404"`
Message string `json:"message" example:"not found"`
}
HTTPError example
Click to show internal directories.
Click to hide internal directories.