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