Documentation
¶
Index ¶
- func CmdActivePool() *cobra.Command
- func CmdAddInvestors() *cobra.Command
- func CmdAllowedPools() *cobra.Command
- func CmdBorrow() *cobra.Command
- func CmdClaimInterest() *cobra.Command
- func CmdClaimableInterest() *cobra.Command
- func CmdCreatePool() *cobra.Command
- func CmdDeposit() *cobra.Command
- func CmdDepositor() *cobra.Command
- func CmdDepositorHistory() *cobra.Command
- func CmdLiquidate() *cobra.Command
- func CmdListInvestors() *cobra.Command
- func CmdOutstandingInterest() *cobra.Command
- func CmdPayPrincipal() *cobra.Command
- func CmdPayPrincipalPartial() *cobra.Command
- func CmdPoolInvestors() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdQueryPool() *cobra.Command
- func CmdRepayInterest() *cobra.Command
- func CmdSubmitWitdrawProposal() *cobra.Command
- func CmdTotalReserve() *cobra.Command
- func CmdTransferOwnership() *cobra.Command
- func CmdUpdatePool() *cobra.Command
- func CmdWithdrawPrincipal() *cobra.Command
- func CmdwithdrawalPrincipal() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CmdActivePool ¶
func CmdAddInvestors ¶
func CmdAllowedPools ¶
func CmdClaimInterest ¶
func CmdClaimableInterest ¶
func CmdCreatePool ¶
func CmdDeposit ¶
func CmdDepositor ¶
func CmdDepositorHistory ¶ added in v0.1.0
func CmdLiquidate ¶
func CmdListInvestors ¶
func CmdOutstandingInterest ¶
func CmdPayPrincipal ¶
func CmdPayPrincipalPartial ¶
func CmdPoolInvestors ¶
func CmdQueryParams ¶
func CmdQueryPool ¶
func CmdRepayInterest ¶
func CmdTotalReserve ¶
func CmdTransferOwnership ¶
func CmdUpdatePool ¶
func CmdWithdrawPrincipal ¶
func CmdwithdrawalPrincipal ¶
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
Types ¶
This section is empty.
Source Files
¶
- query.go
- query_allowed_pools.go
- query_claimable_interest.go
- query_depositor.go
- query_list_pools.go
- query_outstanding_interest.go
- query_params.go
- query_pool_investors.go
- query_query_pool.go
- query_total_reserve.go
- query_withdrawable_principal.go
- tx.go
- tx_active_pool.go
- tx_add_investors.go
- tx_borrow.go
- tx_claim_interest.go
- tx_create_pool.go
- tx_deposit.go
- tx_liquidate.go
- tx_pay_principal.go
- tx_pay_principal_partial.go
- tx_repay_interest.go
- tx_submit_witdraw_proposal.go
- tx_transfer_ownership.go
- tx_update_pool.go
- tx_withdraw_principal.go
Click to show internal directories.
Click to hide internal directories.