Documentation ¶
Index ¶
- Constants
- func GetCmdQueryIncentive() *cobra.Command
- func GetCmdQueryParams() *cobra.Command
- func GetCmdSubmitMarketMakerProposal() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetQueryMarketMakersCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewApplyMarketMaker() *cobra.Command
- func NewClaimIncentives() *cobra.Command
- func ParseMarketMakerProposal(cdc codec.JSONCodec, proposalFile string) (types.MarketMakerProposal, error)
Constants ¶
const ( FlagAddress = "address" FlagPairId = "pair-id" FlagEligible = "eligible" )
Variables ¶
This section is empty.
Functions ¶
func GetCmdQueryIncentive ¶
GetCmdQueryIncentive implements the query market maker claimable incentive command.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the query params command.
func GetCmdSubmitMarketMakerProposal ¶
GetCmdSubmitMarketMakerProposal implements the inclusion/exclusion/rejection/distribution for market maker command handler.
func GetQueryCmd ¶
GetQueryCmd returns a root CLI command handler for all x/marketmaker query commands.
func GetQueryMarketMakersCmd ¶
GetQueryMarketMakersCmd implements the market maker query command.
func GetTxCmd ¶
GetTxCmd returns a root CLI command handler for all x/marketmaker transaction commands.
func NewApplyMarketMaker ¶
NewApplyMarketMaker implements apply market maker command handler.
func NewClaimIncentives ¶
NewClaimIncentives implements the remove plan handler.
func ParseMarketMakerProposal ¶
func ParseMarketMakerProposal(cdc codec.JSONCodec, proposalFile string) (types.MarketMakerProposal, error)
ParseMarketMakerProposal reads and parses a MarketMakerProposal from a file.
Types ¶
This section is empty.