Documentation
    Preparing search index...

    Variable UserStateInfoConst

    UserStateInfo: BcsType<
        { asset_id: number; borrow_balance: string; supply_balance: string },
        {
            asset_id: number;
            borrow_balance: string | number | bigint;
            supply_balance: string | number | bigint;
        },
    > = ...

    BCS schema for user state information Contains user's borrowing and supplying balances for an asset