Documentation ¶
Index ¶
- func GetCmdCreateCdp(cdc *codec.Codec) *cobra.Command
- func GetCmdDeposit(cdc *codec.Codec) *cobra.Command
- func GetCmdDraw(cdc *codec.Codec) *cobra.Command
- func GetCmdLiquidate(cdc *codec.Codec) *cobra.Command
- func GetCmdRepay(cdc *codec.Codec) *cobra.Command
- func GetCmdWithdraw(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func QueryCdpCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func QueryCdpDepositsCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func QueryGetAccounts(queryRoute string, cdc *codec.Codec) *cobra.Command
- func QueryGetCdpsCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
- func QueryParamsCmd(queryRoute string, cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCmdCreateCdp ¶
GetCmdCreateCdp returns the command handler for creating a cdp
func GetCmdDeposit ¶
GetCmdDeposit cli command for depositing to a cdp.
func GetCmdDraw ¶
GetCmdDraw cli command for depositing to a cdp.
func GetCmdLiquidate ¶ added in v0.13.0
GetCmdLiquidate cli command for liquidating a cdp.
func GetCmdRepay ¶
GetCmdRepay cli command for depositing to a cdp.
func GetCmdWithdraw ¶
GetCmdWithdraw cli command for withdrawing from a cdp.
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func QueryCdpCmd ¶
QueryCdpCmd returns the command handler for querying a particular cdp
func QueryCdpDepositsCmd ¶
QueryCdpDepositsCmd returns the command handler for querying the deposits of a particular cdp
func QueryGetAccounts ¶ added in v0.11.0
QueryGetAccounts queries CDP module accounts
func QueryGetCdpsCmd ¶ added in v0.11.0
QueryGetCdpsCmd queries the cdps in the store
Types ¶
This section is empty.