Documentation ¶
Index ¶
- func QueryDelegationDistInfoHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
- func QueryDelegatorDistInfoHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
- func QueryValidatorDistInfoHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
- func QueryWithdrawAddressHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
- func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, cdc *codec.Codec)
- func SetWithdrawAddressHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc
- func WithdrawRewardsHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryDelegationDistInfoHandlerFn ¶
func QueryDelegationDistInfoHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
QueryDelegationDistInfoHandlerFn query delegation distribution info
func QueryDelegatorDistInfoHandlerFn ¶
func QueryDelegatorDistInfoHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
QueryDelegatorDistInfoHandlerFn query all delegation distribution info of the specified delegator
func QueryValidatorDistInfoHandlerFn ¶
func QueryValidatorDistInfoHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
QueryValidatorDistInfoHandlerFn query validator distribution info
func QueryWithdrawAddressHandlerFn ¶
func QueryWithdrawAddressHandlerFn(storeName string, cliCtx context.CLIContext) http.HandlerFunc
QueryWithdrawAddressHandlerFn performs withdraw address query
func RegisterRoutes ¶
RegisterRoutes - Central function to define routes that get registered by the main application
func SetWithdrawAddressHandlerFn ¶
func SetWithdrawAddressHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc
SetWithdrawAddressHandlerFn - http request handler to set withdraw address nolint: gocyclo
func WithdrawRewardsHandlerFn ¶
func WithdrawRewardsHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.