Type Alias ReserveConfigurationData
ReserveConfigurationData: {
borrowingEnabled: boolean;
decimals: bigint;
isActive: boolean;
isFrozen: boolean;
liquidationBonus: bigint;
liquidationThreshold: bigint;
ltv: bigint;
reserveFactor: bigint;
usageAsCollateralEnabled: boolean;
}
Type declaration
borrowingEnabled: boolean
decimals: bigint
isActive: boolean
isFrozen: boolean
liquidationBonus: bigint
liquidationThreshold: bigint
ltv: bigint
reserveFactor: bigint
usageAsCollateralEnabled: boolean
Represents the configuration data for a reserve in the Aave protocol.