gov

package
v0.16.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 28, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

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

func NormalizeProposalStatus(status string) string

NormalizeProposalStatus - normalize user specified proposal status

func NormalizeProposalType added in v0.7.0

func NormalizeProposalType(proposalType string) string

NormalizeProposalType - normalize user specified proposal type

func NormalizeVoteOption added in v0.7.0

func NormalizeVoteOption(option string) string

NormalizeVoteOption - normalize user specified vote option

func ValidateParam added in v0.11.0

func ValidateParam(param gov.Param) error

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

type KvPair

type KvPair struct {
	K string `json:"key"`
	V string `json:"value"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL