Variable ReserveDataInfoConst
ReserveDataInfo: BcsType<
{
base_rate: string;
borrow_cap: string;
borrow_index: string;
borrow_rate: string;
coin_type: string;
id: number;
jump_rate_multiplier: string;
last_update_at: string;
liquidation_bonus: string;
liquidation_ratio: string;
liquidation_threshold: string;
ltv: string;
multiplier: string;
optimal_utilization: string;
oracle_id: number;
reserve_factor: string;
supply_cap: string;
supply_index: string;
supply_rate: string;
total_borrow: string;
total_supply: string;
treasury_balance: string;
treasury_factor: string;
},
{
base_rate: string
| number
| bigint;
borrow_cap: string | number | bigint;
borrow_index: string | number | bigint;
borrow_rate: string | number | bigint;
coin_type: string;
id: number;
jump_rate_multiplier: string | number | bigint;
last_update_at: string | number | bigint;
liquidation_bonus: string | number | bigint;
liquidation_ratio: string | number | bigint;
liquidation_threshold: string | number | bigint;
ltv: string | number | bigint;
multiplier: string | number | bigint;
optimal_utilization: string | number | bigint;
oracle_id: number;
reserve_factor: string | number | bigint;
supply_cap: string | number | bigint;
supply_index: string | number | bigint;
supply_rate: string | number | bigint;
total_borrow: string | number | bigint;
total_supply: string | number | bigint;
treasury_balance: string | number | bigint;
treasury_factor: string | number | bigint;
},
> = ...
BCS schema for reserve data information Contains comprehensive details about a lending reserve