Versions in this module Expand all Collapse all v0 v0.2.5 Jul 6, 2023 Changes in this version + const ModuleName + type CDP struct + AccumulatedFees sdk.Coin + Collateral sdk.Coin + FeesUpdated time.Time + ID uint64 + InterestFactor sdk.Dec + Owner sdk.AccAddress + Principal sdk.Coin + Type string + type CDPs []CDP + type CollateralParam struct + AuctionSize sdkmath.Int + CheckCollateralizationIndexCount sdkmath.Int + ConversionFactor sdkmath.Int + DebtLimit sdk.Coin + Denom string + KeeperRewardPercentage sdk.Dec + LiquidationMarketID string + LiquidationPenalty sdk.Dec + LiquidationRatio sdk.Dec + Prefix byte + SpotMarketID string + StabilityFee sdk.Dec + Type string + type CollateralParams []CollateralParam + type DebtParam struct + ConversionFactor sdkmath.Int + DebtFloor sdkmath.Int + Denom string + ReferenceAsset string + type Deposit struct + Amount sdk.Coin + CdpID uint64 + Depositor sdk.AccAddress + type Deposits []Deposit + type GenesisAccumulationTime struct + CollateralType string + InterestFactor sdk.Dec + PreviousAccumulationTime time.Time + type GenesisAccumulationTimes []GenesisAccumulationTime + type GenesisState struct + CDPs CDPs + DebtDenom string + Deposits Deposits + GovDenom string + Params Params + PreviousAccumulationTimes GenesisAccumulationTimes + StartingCdpID uint64 + TotalPrincipals GenesisTotalPrincipals + type GenesisTotalPrincipal struct + CollateralType string + TotalPrincipal sdkmath.Int + type GenesisTotalPrincipals []GenesisTotalPrincipal + type Params struct + CircuitBreaker bool + CollateralParams CollateralParams + DebtAuctionLot sdkmath.Int + DebtAuctionThreshold sdkmath.Int + DebtParam DebtParam + GlobalDebtLimit sdk.Coin + SurplusAuctionLot sdkmath.Int + SurplusAuctionThreshold sdkmath.Int