Documentation ¶
Index ¶
- func GetCmdClaim(cdc *codec.Codec) *cobra.Command
- func GetCmdCreatePool(cdc *codec.Codec) *cobra.Command
- func GetCmdDestroyPool(cdc *codec.Codec) *cobra.Command
- func GetCmdLock(cdc *codec.Codec) *cobra.Command
- func GetCmdManageWhiteListProposal(cdc *codec.Codec) *cobra.Command
- func GetCmdProvide(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryAccount(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryAccountsLockedTo(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryEarnings(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryLockInfo(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPool(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPoolNum(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryPools(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryWhitelist(storeName string, cdc *codec.Codec) *cobra.Command
- func GetCmdUnlock(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdManageWhiteListProposal ¶
GetCmdManageWhiteListProposal implements a command handler for submitting a farm manage white list proposal transaction
func GetCmdQueryAccount ¶
GetCmdQueryAccount gets the account query command.
func GetCmdQueryAccountsLockedTo ¶
GetCmdQueryAccountsLockedTo gets all addresses of accounts that locked coins in a specific pool
func GetCmdQueryEarnings ¶
GetCmdQueryEarnings gets the earnings query command.
func GetCmdQueryLockInfo ¶
GetCmdQueryLockInfo gets the lock info of an account's token locking on a specific pool
func GetCmdQueryParams ¶
GetCmdQueryParams gets the pools query command.
func GetCmdQueryPool ¶
GetCmdQueryPool gets the pool query command.
func GetCmdQueryPoolNum ¶
GetCmdQueryPoolNum gets the pool number query command.
func GetCmdQueryPools ¶
GetCmdQueryPools gets the pools query command.
func GetCmdQueryWhitelist ¶
GetCmdQueryWhitelist gets the whitelist query command.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.