Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericTreasuryProposalJSON ¶
type GenericTreasuryProposalJSON struct { Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Amount sdk.Coins `json:"amount" yaml:"amount"` }
func ParseGenericTreasuryProposalJSON ¶
func ParseGenericTreasuryProposalJSON(cdc *codec.Codec, proposalFile string) (GenericTreasuryProposalJSON, error)
Click to show internal directories.
Click to hide internal directories.