Documentation
¶
Index ¶
- Variables
- func CmdCloseLiqPosition() *cobra.Command
- func CmdCreateBorrow() *cobra.Command
- func CmdCreateLend() *cobra.Command
- func CmdCreateLiqPosition() *cobra.Command
- func CmdDeleteBorrow() *cobra.Command
- func CmdDeposit() *cobra.Command
- func CmdQueryAllLiquidatorPosition() *cobra.Command
- func CmdQueryAllPosition() *cobra.Command
- func CmdQueryAssetByAssetId() *cobra.Command
- func CmdQueryGetAllAsset() *cobra.Command
- func CmdQueryLiquidatorPositionByCreator() *cobra.Command
- func CmdQueryLiquidatorPositionById() *cobra.Command
- func CmdQueryLoanById() *cobra.Command
- func CmdQueryParams() *cobra.Command
- func CmdQueryPositionByCreator() *cobra.Command
- func CmdQueryPositionById() *cobra.Command
- func CmdQueryYieldPercentage() *cobra.Command
- func CmdWithdrawal() *cobra.Command
- func CmdWithdrawalLend() *cobra.Command
- func GetQueryCmd(queryRoute string) *cobra.Command
- func GetTxCmd() *cobra.Command
- func NewRegisterAssetProposalCmd() *cobra.Command
- func NewRegisterChangeBorrowMethodStatusProposalCmd() *cobra.Command
- func NewRegisterChangeBorrowRateProposalCmd() *cobra.Command
- func NewRegisterChangeCollateralMethodStatusProposalCmd() *cobra.Command
- func NewRegisterChangeDepositMethodStatusProposalCmd() *cobra.Command
- func NewRegisterChangeGrowStakingReserveAddressProposalCmd() *cobra.Command
- func NewRegisterChangeGrowYieldReserveAddressProposalCmd() *cobra.Command
- func NewRegisterChangeLendRateProposalCmd() *cobra.Command
- func NewRegisterChangeRealRateProposalCmd() *cobra.Command
- func NewRegisterChangeUSQReserveAddressProposalCmd() *cobra.Command
- func NewRegisterGTokenPairProposalCmd() *cobra.Command
- func NewRegisterRemoveAssetProposalCmd() *cobra.Command
- func NewRegisterRemoveGTokenPairProposalCmd() *cobra.Command
- func ParseMetadataForAssetProposal(cdc codec.JSONCodec, metadataFile string) (banktypes.Metadata, string, error)
- func ParseMetadataForGTokenPairProposal(cdc codec.JSONCodec, metadataFile string) (banktypes.Metadata, string, string, string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds())
)
#nosec
Functions ¶
func CmdCloseLiqPosition ¶
func CmdCreateBorrow ¶ added in v0.2.5
func CmdCreateLend ¶
func CmdCreateLiqPosition ¶
func CmdDeleteBorrow ¶ added in v0.2.5
func CmdDeposit ¶
func CmdQueryAllPosition ¶
func CmdQueryAssetByAssetId ¶ added in v0.2.5
func CmdQueryGetAllAsset ¶ added in v0.2.5
func CmdQueryLoanById ¶
func CmdQueryParams ¶
func CmdQueryPositionById ¶
func CmdQueryYieldPercentage ¶
func CmdWithdrawal ¶
func CmdWithdrawalLend ¶ added in v0.2.5
func GetQueryCmd ¶
GetQueryCmd returns the cli query commands for this module
func NewRegisterAssetProposalCmd ¶ added in v0.2.5
func NewRegisterChangeBorrowMethodStatusProposalCmd ¶ added in v0.2.1
func NewRegisterChangeCollateralMethodStatusProposalCmd ¶ added in v0.2.1
func NewRegisterChangeDepositMethodStatusProposalCmd ¶ added in v0.2.1
func NewRegisterChangeLendRateProposalCmd ¶ added in v0.2.1
func NewRegisterRemoveAssetProposalCmd ¶ added in v0.2.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.