Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidatorCreateProposalJSON ¶
type ValidatorCreateProposalJSON struct { Deposit string `json:"deposit"` Content CreateValidatorProposalJSON `json:"content"` }
func ParseValidatorCreateJSON ¶
func ParseValidatorCreateJSON(cdc *codec.LegacyAmino, proposalFile string) (ValidatorCreateProposalJSON, error)
ParseValidatorCreateJSON reads and parses a ParamChangeProposalJSON from file.
type ValidatorRemoveProposalJSON ¶
type ValidatorRemoveProposalJSON struct { Deposit string `json:"deposit"` Content node.RemoveValidatorProposal `json:"content"` }
func ParseValidatorRemoveJSON ¶
func ParseValidatorRemoveJSON(cdc *codec.LegacyAmino, proposalFile string) (ValidatorRemoveProposalJSON, error)
ParseValidatorCreateJSON reads and parses a ParamChangeProposalJSON from file.
type ValidatorUpdateProposalJSON ¶
type ValidatorUpdateProposalJSON struct { Deposit string `json:"deposit"` Content node.UpdateValidatorProposal `json:"content"` }
func ParseValidatorUpdateJSON ¶
func ParseValidatorUpdateJSON(cdc *codec.LegacyAmino, proposalFile string) (ValidatorUpdateProposalJSON, error)
ParseValidatorCreateJSON reads and parses a ParamChangeProposalJSON from file.
Click to show internal directories.
Click to hide internal directories.