Documentation ¶
Index ¶
- func AccountReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
- func CLIVersionReqHandler(w http.ResponseWriter, r *http.Request)
- func DelegatorUnbondindDelegationsQueryReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
- func NodeVersionReqHandler(ctx context.CLIContext) http.HandlerFunc
- func SimulateReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
- func ValidatorQueryReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountReqHandler ¶
func AccountReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
AccountReqHandler queries for an account and returns its information.
func CLIVersionReqHandler ¶
func CLIVersionReqHandler(w http.ResponseWriter, r *http.Request)
CLIVersionReqHandler handles requests to the cli version REST handler endpoint
func DelegatorUnbondindDelegationsQueryReqHandler ¶
func DelegatorUnbondindDelegationsQueryReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
DelegatorUnbondindDelegationsQueryReqHandler queries all unbonding delegations of the given delegator
func NodeVersionReqHandler ¶
func NodeVersionReqHandler(ctx context.CLIContext) http.HandlerFunc
NodeVersionReqHandler handles requests to the connected node version REST handler endpoint
func SimulateReqHandler ¶
func SimulateReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
SimulateReqHandler simulates the execution of a single transaction, given its binary form
func ValidatorQueryReqHandler ¶
func ValidatorQueryReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
ValidatorQueryReqHandler queries the whole validator set
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.