Variable IncentivePoolInfoConst
IncentivePoolInfo: BcsStruct<
{
asset_id: BcsType<number, number, "u8">;
available: BcsType<string, string | number | bigint, "u256">;
closed_at: BcsType<string, string | number | bigint, "u64">;
distributed: BcsType<string, string | number | bigint, "u64">;
end_at: BcsType<string, string | number | bigint, "u64">;
factor: BcsType<string, string | number | bigint, "u256">;
funds: BcsType<string, string, "bytes[32]">;
option: BcsType<number, number, "u8">;
phase: BcsType<string, string | number | bigint, "u64">;
pool_id: BcsType<string, string, "bytes[32]">;
start_at: BcsType<string, string | number | bigint, "u64">;
total: BcsType<string, string | number | bigint, "u256">;
total_supply: BcsType<string, string | number | bigint, "u64">;
},
string,
> = ...
BCS schema for incentive pool information Contains comprehensive details about a lending incentive pool