API Reference, Typing & Interfaces

Interfaces

IonicPoolData

interface IonicPoolData {
  id: number;
  assets: NativePricedIonicAsset[];
  creator: string;
  comptroller: string;
  name: string;
  totalLiquidityNative: number;
  totalAvailableLiquidityNative: number;
  totalSuppliedNative: number;
  totalBorrowedNative: number;
  totalSupplyBalanceNative: number;
  totalBorrowBalanceNative: number;
  blockPosted: BigNumber;
  timestampPosted: BigNumber;
  underlyingTokens: string[];
  underlyingSymbols: string[];
  whitelistedAdmin: boolean;
  utilization: number;
}

NativePricedIonicAsset

IonicAsset

PluginData

Types

SupportedAsset

ChainAddresses

ChainParams

DeployedPlugins

MarketPluginConfig

ChainDeployment, OracleConfig, IrmConfig

Artifact

ChainLiquidationConfig

LiquidatablePool, EncodedLiquidationTx

FlywheelMarketRewardsInfo

Enums

IrmTypes

OracleTypes

LiquidationStrategy

Last updated