API Reference, Typing & Interfaces
Interfaces
IonicPoolData
IonicPoolDatainterface 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
NativePricedIonicAssetIonicAsset
IonicAssetPluginData
Types
SupportedAsset
SupportedAssetChainAddresses
ChainAddressesChainParams
ChainParamsDeployedPlugins
DeployedPluginsMarketPluginConfig
MarketPluginConfigChainDeployment, OracleConfig, IrmConfig
ChainDeployment, OracleConfig, IrmConfigArtifact
ArtifactChainLiquidationConfig
ChainLiquidationConfigLiquidatablePool, EncodedLiquidationTx
LiquidatablePool, EncodedLiquidationTxFlywheelMarketRewardsInfo
FlywheelMarketRewardsInfoEnums
IrmTypes
IrmTypesOracleTypes
LiquidationStrategy
LiquidationStrategyLast updated