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"` }
func ParsePlansAddProposalJSON ¶
func ParsePlansAddProposalJSON(proposalFile string) (ret PlansAddProposalJSON, err error)
Parse plans add proposal JSON form file
type PlansDelProposalJSON ¶
type PlansDelProposalJSON struct { Proposal types.PlansDelProposal `json:"proposal"` Deposit string `json:"deposit"` }
func ParsePlansDelProposalJSON ¶
func ParsePlansDelProposalJSON(cdc *codec.LegacyAmino, proposalFile string) (ret PlansDelProposalJSON, err error)
Parse plans delete proposal JSON form file
Click to show internal directories.
Click to hide internal directories.