Documentation ¶
Index ¶
- Constants
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewCmdSubmitFarmingPlanProposal() *cobra.Command
- func NewCreatePrivatePlanCmd() *cobra.Command
- func NewFarmCmd() *cobra.Command
- func NewHarvestCmd() *cobra.Command
- func NewQueryFarmCmd() *cobra.Command
- func NewQueryHistoricalRewardsCmd() *cobra.Command
- func NewQueryParamsCmd() *cobra.Command
- func NewQueryPlanCmd() *cobra.Command
- func NewQueryPlansCmd() *cobra.Command
- func NewQueryPositionCmd() *cobra.Command
- func NewQueryPositionsCmd() *cobra.Command
- func NewQueryRewardsCmd() *cobra.Command
- func NewQueryTotalRewardsCmd() *cobra.Command
- func NewUnfarmCmd() *cobra.Command
- func ParseFarmingPlanProposal(cdc codec.JSONCodec, proposalFile string) (types.FarmingPlanProposal, error)
Constants ¶
View Source
const ( FlagFarmingPoolAddress = "farming-pool-addr" FlagTerminationAddress = "termination-addr" FlagIsPrivate = "is-private" FlagIsTerminated = "is-terminated" )
Variables ¶
This section is empty.
Functions ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewCreatePrivatePlanCmd ¶
func NewFarmCmd ¶
func NewHarvestCmd ¶
func NewQueryFarmCmd ¶
NewQueryFarmCmd implements the farm query cmd.
func NewQueryHistoricalRewardsCmd ¶
NewQueryHistoricalRewardsCmd implements the historical rewards query cmd.
func NewQueryParamsCmd ¶
NewQueryParamsCmd implements the params query command.
func NewQueryPlanCmd ¶
NewQueryPlanCmd implements the plan query cmd.
func NewQueryPlansCmd ¶
NewQueryPlansCmd implements the plans query cmd.
func NewQueryPositionCmd ¶
NewQueryPositionCmd implements the position query cmd.
func NewQueryPositionsCmd ¶
NewQueryPositionsCmd implements the positions query cmd.
func NewQueryRewardsCmd ¶
NewQueryRewardsCmd implements the rewards query cmd.
func NewQueryTotalRewardsCmd ¶
NewQueryTotalRewardsCmd implements the total rewards query cmd.
func NewUnfarmCmd ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.