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