Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProposalMsg ¶
type ProposalMsg struct {
// Msgs defines an array of sdk.Msgs proto-JSON-encoded as Anys.
Messages []json.RawMessage `json:"messages,omitempty"`
Metadata string `json:"metadata"`
Deposit string `json:"deposit"`
Title string `json:"title"`
Summary string `json:"summary"`
Expedited bool `json:"expedited"`
}
type SoftwareUpgradeProposal ¶
type SoftwareUpgradeProposal struct {
Type string `json:"@type"`
Authority string `json:"authority"`
Plan upgradetypes.Plan `json:"plan"`
}
Click to show internal directories.
Click to hide internal directories.