Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlanJSON ¶
type SoftwareUpgradeProposalJSON ¶
type SoftwareUpgradeProposalJSON struct {
Title string `json:"title" yaml:"title"`
Description string `json:"description" yaml:"description"`
Plan PlanJSON `json:"plan" yaml:"plan"`
}
func ParseSoftwareUpgradeProposalJSON ¶
func ParseSoftwareUpgradeProposalJSON(cdc *codec.Codec, proposalFile string) (SoftwareUpgradeProposalJSON, error)
Click to show internal directories.
Click to hide internal directories.