Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
RegisterRoutes registers staking-related REST handlers to a router
Types ¶
type EditDelegationsReq ¶ added in v0.25.0
type EditDelegationsReq struct { BaseReq utils.BaseReq `json:"base_req"` Delegations []msgDelegationsInput `json:"delegations"` BeginUnbondings []msgBeginUnbondingInput `json:"begin_unbondings"` BeginRedelegates []msgBeginRedelegateInput `json:"begin_redelegates"` }
the request body for edit delegations
Click to show internal directories.
Click to hide internal directories.