Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlansAddProposalJSON ¶
type PlansAddProposalJSON struct { Proposal types.PlansAddProposal `json:"proposal"` Deposit string `json:"deposit" yaml:"deposit"` }
func ParsePlansAddProposalJSON ¶
func ParsePlansAddProposalJSON(cdc *codec.LegacyAmino, proposalFile string) (ret PlansAddProposalJSON, err error)
Parse packages add proposal JSON form file
Click to show internal directories.
Click to hide internal directories.