Documentation ¶
Index ¶
- func GetCmdCreateCdp() *cobra.Command
- func GetCmdDeposit() *cobra.Command
- func GetCmdDraw() *cobra.Command
- func GetCmdLiquidate() *cobra.Command
- func GetCmdRepay() *cobra.Command
- func GetCmdWithdraw() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func GetTxCmd() *cobra.Command
- func QueryCdpCmd() *cobra.Command
- func QueryCdpDepositsCmd() *cobra.Command
- func QueryGetAccounts() *cobra.Command
- func QueryGetCdpsCmd() *cobra.Command
- func QueryParamsCmd() *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 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
func QueryParamsCmd ¶
QueryParamsCmd returns the command handler for cdp parameter querying
Types ¶
This section is empty.