Documentation
¶
Index ¶
- Variables
- func AddVpoolGenesisCmd(defaultNodeHome string) *cobra.Command
- func CmdCreatePoolProposal() *cobra.Command
- func CmdEditPoolConfigProposal() *cobra.Command
- func CmdGetBaseAssetPrice() *cobra.Command
- func CmdGetVpoolReserveAssets() *cobra.Command
- func CmdGetVpools() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewProposalHandler(cliHandler govclient.CLIHandlerFn) govclient.ProposalHandler
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CreatePoolProposalHandler = NewProposalHandler(CmdCreatePoolProposal) EditPoolConfigProposalHandler = NewProposalHandler(CmdEditPoolConfigProposal) )
Functions ¶
func AddVpoolGenesisCmd ¶ added in v0.16.1
AddVpoolGenesisCmd returns add-vpool-genesis
func CmdCreatePoolProposal ¶ added in v0.11.0
CmdCreatePoolProposal implements the client command to submit a governance proposal to whitelist an oracle for specified asset pairs.
func CmdEditPoolConfigProposal ¶ added in v0.16.1
CmdEditPoolConfigProposal implements the client command to submit a governance proposal to whitelist an oracle for specified asset pairs.
func CmdGetBaseAssetPrice ¶ added in v0.5.0
func CmdGetVpools ¶ added in v0.4.9
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewProposalHandler ¶ added in v0.16.1
func NewProposalHandler(cliHandler govclient.CLIHandlerFn) govclient.ProposalHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.