Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertPaginationParams ¶ added in v0.13.1
func ConvertPaginationParams(pageString, sizeString string) (paginationParams sdk.PaginationParams, err error)
func RegisterRoutes ¶
RegisterRoutes registers staking-related REST handlers to a router
Types ¶
type BeginRedelegatesReq ¶ added in v0.7.0
type BeginUnbondingReq ¶ added in v0.7.0
type DelegationsReq ¶ added in v0.7.0
type DelegationsReq struct { BaseReq utils.BaseTx `json:"base_tx"` Delegation msgDelegateInput `json:"delegate"` }
the request body for edit delegations
Click to show internal directories.
Click to hide internal directories.