Documentation ¶
Index ¶
- func RegisterChangeBorrowMethodStatusProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeBorrowRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeCollateralMethodStatusProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeDepositMethodStatusProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeGrowStakingReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeGrowYieldReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeLendRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeRealRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeUSQReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterGTokenPairProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterLendAssetProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterRemoveGTokenPairProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterRemoveLendAssetProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- type RegisterChangeBorrowMethodStatusProposal
- type RegisterChangeBorrowRateProposal
- type RegisterChangeCollateralMethodStatusProposal
- type RegisterChangeDepositMethodStatusProposal
- type RegisterChangeGrowStakingReserveAddressProposal
- type RegisterChangeGrowYieldReserveAddressProposal
- type RegisterChangeLendRateProposal
- type RegisterChangeRealRateProposal
- type RegisterChangeUSQReserveAddressProposal
- type RegisterGTokenPairProposal
- type RegisterLendAssetProposal
- type RegisterRemoveGTokenPairProposal
- type RegisterRemoveLendAssetProposal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterChangeBorrowMethodStatusProposalRESTHandler ¶ added in v0.2.1
func RegisterChangeBorrowMethodStatusProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeBorrowRateProposalRESTHandler ¶
func RegisterChangeBorrowRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeCollateralMethodStatusProposalRESTHandler ¶ added in v0.2.1
func RegisterChangeCollateralMethodStatusProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeDepositMethodStatusProposalRESTHandler ¶ added in v0.2.1
func RegisterChangeDepositMethodStatusProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeGrowStakingReserveAddressProposalRESTHandler ¶
func RegisterChangeGrowStakingReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeGrowYieldReserveAddressProposalRESTHandler ¶
func RegisterChangeGrowYieldReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeLendRateProposalRESTHandler ¶ added in v0.2.1
func RegisterChangeLendRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeRealRateProposalRESTHandler ¶
func RegisterChangeRealRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeUSQReserveAddressProposalRESTHandler ¶
func RegisterChangeUSQReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterGTokenPairProposalRESTHandler ¶
func RegisterGTokenPairProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterLendAssetProposalRESTHandler ¶
func RegisterLendAssetProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterRemoveGTokenPairProposalRESTHandler ¶
func RegisterRemoveGTokenPairProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterRemoveLendAssetProposalRESTHandler ¶
func RegisterRemoveLendAssetProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
Types ¶
type RegisterChangeBorrowMethodStatusProposal ¶ added in v0.2.1
type RegisterChangeCollateralMethodStatusProposal ¶ added in v0.2.1
type RegisterChangeDepositMethodStatusProposal ¶ added in v0.2.1
type RegisterChangeGrowStakingReserveAddressProposal ¶
type RegisterChangeGrowStakingReserveAddressProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` Address string `json:"address" yaml:"address"` }
type RegisterChangeGrowYieldReserveAddressProposal ¶
type RegisterChangeGrowYieldReserveAddressProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` Address string `json:"address" yaml:"address"` }
type RegisterChangeLendRateProposal ¶ added in v0.2.1
type RegisterChangeLendRateProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` Rate uint64 `json:"rate" yaml:"rate"` Id string `json:"id" yaml:"id"` }
type RegisterChangeUSQReserveAddressProposal ¶
type RegisterChangeUSQReserveAddressProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` Address string `json:"address" yaml:"address"` }
type RegisterGTokenPairProposal ¶
type RegisterGTokenPairProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` GTokenMetadata banktypes.Metadata `json:"gTokenMetadata" yaml:"gTokenMetadata"` QStablePairId string `json:"qStablePairId" yaml:"qStablePairId"` MinAmountIn string `json:"minAmountIn" yaml:"minAmountIn"` MinAmountOut string `json:"minAmountOut" yaml:"minAmountOut"` }
type RegisterLendAssetProposal ¶
type RegisterLendAssetProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` AssetMetadata banktypes.Metadata `json:"assetMetadata" yaml:"assetMetadata"` OracleAssetId string `json:"oracleAssetId" yaml:"oracleAssetId"` }
type RegisterRemoveGTokenPairProposal ¶
type RegisterRemoveGTokenPairProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` GTokenPairID string `json:"lendAssetId" yaml:"lendAssetId"` }
type RegisterRemoveLendAssetProposal ¶
type RegisterRemoveLendAssetProposal struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` LendAssetId string `json:"lendAssetId" yaml:"lendAssetId"` }
Click to show internal directories.
Click to hide internal directories.