Documentation
¶
Index ¶
- func RegisterActivateGrowModuleProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeBorrowRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeGrowStakingReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
- func RegisterChangeGrowYieldReserveAddressProposalRESTHandler(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 RegisterActivateGrowModuleProposal
- type RegisterChangeBorrowRateProposal
- type RegisterChangeGrowStakingReserveAddressProposal
- type RegisterChangeGrowYieldReserveAddressProposal
- type RegisterChangeRealRateProposal
- type RegisterChangeUSQReserveAddressProposal
- type RegisterGTokenPairProposal
- type RegisterLendAssetProposal
- type RegisterRemoveGTokenPairProposal
- type RegisterRemoveLendAssetProposal
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterActivateGrowModuleProposalRESTHandler ¶
func RegisterActivateGrowModuleProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeBorrowRateProposalRESTHandler ¶
func RegisterChangeBorrowRateProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeGrowStakingReserveAddressProposalRESTHandler ¶
func RegisterChangeGrowStakingReserveAddressProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
func RegisterChangeGrowYieldReserveAddressProposalRESTHandler ¶
func RegisterChangeGrowYieldReserveAddressProposalRESTHandler(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 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 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.