Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDelegate ¶
RegisterDelegate is a mux.Router handler that exposes POST method access on route /tx/stake/delegate to create a transaction for delegate to a candidaate/validator
func RegisterQueryCandidate ¶
RegisterQueryCandidate is a mux.Router handler that exposes GET method access on route /query/stake/candidate/{pubkey} to query a candidate
func RegisterQueryCandidates ¶
RegisterQueryCandidates is a mux.Router handler that exposes GET method access on route /query/stake/candidate to query the group of all candidates
func RegisterQueryDelegatorBond ¶
RegisterQueryDelegatorBond is a mux.Router handler that exposes GET method access on route /query/stake/candidate/{pubkey} to query a candidate
func RegisterQueryDelegatorCandidates ¶
RegisterQueryDelegatorCandidates is a mux.Router handler that exposes GET method access on route /query/stake/candidate to query the group of all candidates
func RegisterUnbond ¶
RegisterUnbond is a mux.Router handler that exposes POST method access on route /tx/stake/unbond to create a transaction for unbonding delegated coins
Types ¶
This section is empty.