@xoxno/sdk-js
    Preparing search index...

    Interface StellarHubListItem

    One hub aggregated over its hub-assets — a row in the All Hubs table.

    interface StellarHubListItem {
        assetCount: number;
        hubId: number;
        name: string | null;
        spokeCount: number;
        totalBorrowsUsd: number;
        totalDepositsUsd: number;
        tvlUsd: number;
    }
    Index

    Properties

    assetCount: number

    Number of assets listed on the hub.

    hubId: number
    name: string | null
    spokeCount: number

    Number of spokes connected to the hub.

    totalBorrowsUsd: number
    totalDepositsUsd: number
    tvlUsd: number

    Total value locked (USD); equals total deposits.