Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ParamSets = make(map[string]params.ParamSet)
Functions ¶
func NormalizeProposalStatus ¶ added in v0.7.0
NormalizeProposalStatus - normalize user specified proposal status
func NormalizeProposalType ¶ added in v0.7.0
NormalizeProposalType - normalize user specified proposal type
func NormalizeVoteOption ¶ added in v0.7.0
NormalizeVoteOption - normalize user specified vote option
func ValidateParam ¶ added in v0.11.0
Types ¶
type DepositOutput ¶
type DepositOutput struct { Depositor sdk.AccAddress `json:"depositor"` // Address of the depositor ProposalID int64 `json:"proposal_id"` // proposalID of the proposal Amount []string `json:"amount"` // Deposit amount }
Deposit
Click to show internal directories.
Click to hide internal directories.