Documentation
    Preparing search index...

    Variable getLendingStateConst

    getLendingState: (
        address: string,
        options?: Partial<SuiClientOption & EnvOption & CacheOption>,
    ) => Promise<UserLendingInfo[]> = ...

    Retrieves the current lending state for a user

    This function fetches all active lending positions for a user, including supply and borrow balances for different assets.

    Type declaration