utils

package
v0.0.0-...-a8d0dae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ManageWhiteListProposalJSON

type ManageWhiteListProposalJSON struct {
	Title       string       `json:"title" yaml:"title"`
	Description string       `json:"description" yaml:"description"`
	PoolName    string       `json:"pool_name" yaml:"pool_name"`
	IsAdded     bool         `json:"is_added" yaml:"is_added"`
	Deposit     sdk.SysCoins `json:"deposit" yaml:"deposit"`
}

ManageWhiteListProposalJSON defines a ManageWhiteListProposalJSON with a deposit used to parse manage white list proposals from a JSON file.

func ParseManageWhiteListProposalJSON

func ParseManageWhiteListProposalJSON(cdc *codec.Codec, proposalFilePath string) (proposal ManageWhiteListProposalJSON,
	err error)

ParseManageWhiteListProposalJSON parse json from proposal file to ManageWhiteListProposalJSON struct

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL