Documentation ¶
Index ¶
- func GetCmdBalance(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdCancelBond(cdc *codec.Codec) *cobra.Command
- func GetCmdCreateBond(cdc *codec.Codec) *cobra.Command
- func GetCmdGetBond(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdList(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdListByOwner(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdQueryParams(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetCmdRefillBond(cdc *codec.Codec) *cobra.Command
- func GetCmdWithdrawFromBond(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(storeKey string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(storeKey string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdBalance ¶
GetCmdBalance queries the bond module account balance.
func GetCmdCancelBond ¶
GetCmdCancelBond is the CLI command for cancelling a bond.
func GetCmdCreateBond ¶
GetCmdCreateBond is the CLI command for creating a bond.
func GetCmdGetBond ¶
GetCmdGetBond queries a bond.
func GetCmdList ¶
GetCmdList queries all bonds.
func GetCmdListByOwner ¶
GetCmdListByOwner queries bonds by owner.
func GetCmdQueryParams ¶
GetCmdQueryParams implements the params query command.
func GetCmdRefillBond ¶
GetCmdRefillBond is the CLI command for creating a bond.
func GetCmdWithdrawFromBond ¶
GetCmdWithdrawFromBond is the CLI command for withdrawing funds from a bond.
func GetQueryCmd ¶
GetQueryCmd returns query commands.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.