The highest tagged major version is
v2.
package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Dec 27, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RestVoteDenom = "denom"
RestVoter = "voteraddress"
)
nolint
RegisterRoutes registers staking-related REST handlers to a router
type VoteReq struct {
BaseReq utils.BaseReq `json:"base_req"`
TargetPrice float64 `json:"target_price"`
CurrentPrice float64 `json:"current_price"`
Denom string `json:"denom"`
VoterAddress string `json:"voter_address"`
}
VoteReq ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.