package
1.1.2
Repository: https://github.com/umee-network/umee.git
Documentation: pkg.go.dev

# Functions

GetCmdBorrowAsset returns a CLI command handler to generate or broadcast a transaction with a MsgBorrowAsset message.
GetCmdLendAsset returns a CLI command handler to generate or broadcast a transaction with a MsgLendAsset message.
GetCmdLiquidate returns a CLI command handler to generate or broadcast a transaction with a MsgLiquidate message.
GetCmdQueryAllRegisteredTokens returns a CLI command handler to query for all the registered tokens in the x/leverage module.
GetCmdQueryAvailableBorrow returns a CLI command handler to query for the available amount to borrow of a specific denom.
GetCmdQueryBorrowAPY returns a CLI command handler to query for the borrow APY of a specific token.
GetCmdQueryBorrowed returns a CLI command handler to query for the amount of total borrowed tokens for a given address.
GetCmdQueryBorrowLimit returns a CLI command handler to query for the borrow limit of a specific borrower.
GetCmdQueryCollateral returns a CLI command handler to query for the amount of total collateral tokens for a given address.
GetCmdQueryCollateralSetting returns a CLI command handler to query for the collateral setting of a specific token denom for an address.
GetCmdQueryExchangeRate returns a CLI command handler to query for the exchange rate of a specific uToken.
GetCmdQueryLendAPY returns a CLI command handler to query for the lend APY of a specific uToken.
GetCmdQueryLiquidationTargets returns a CLI command handler to query for all eligible liquidation targets.
GetCmdQueryMarketSize returns a CLI command handler to query for the Market Size of a specific token.
GetCmdQueryParams returns a CLI command handler to query for the x/leverage module parameters.
GetCmdQueryReserveAmount returns a CLI command handler to query for the reserved amount of a specific token.
GetCmdRepayAsset returns a CLI command handler to generate or broadcast a transaction with a MsgRepayAsset message.
GetCmdSetCollateral returns a CLI command handler to generate or broadcast a transaction with a MsgSetCollateral message.
GetCmdWithdrawAsset returns a CLI command handler to generate or broadcast a transaction with a MsgWithdrawAsset message.
GetQueryCmd returns the CLI query commands for the x/leverage module.
GetTxCmd returns the CLI transaction commands for the x/leverage module.
NewCmdSubmitUpdateRegistryProposal returns a CLI command handler to generate or broadcast a transaction with a governance proposal message containing a UpdateRegistryProposal.
ParseUpdateRegistryProposal attempts to parse a UpdateRegistryProposal from a JSON file.

# Constants

Flag constants.