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

    Type Alias StellarMarketIndexByHub

    type StellarMarketIndexByHub = {
        anchorPriceUsd: string;
        anchorPriceUsdShort: number;
        asset: string;
        borrowIndex: string;
        borrowIndexShort: number;
        chain: ActivityChain;
        hubId: number;
        primaryPriceUsd: string;
        primaryPriceUsdShort: number;
        supplyIndex: string;
        supplyIndexShort: number;
        usdPrice: string;
        usdPriceShort: number;
    }
    Index

    Properties

    anchorPriceUsd: string

    Raw 18-decimal WAD.

    anchorPriceUsdShort: number
    asset: string
    borrowIndex: string

    Raw 27-decimal RAY.

    borrowIndexShort: number
    chain: ActivityChain
    hubId: number
    primaryPriceUsd: string

    Raw 18-decimal WAD.

    primaryPriceUsdShort: number
    supplyIndex: string

    Raw 27-decimal RAY.

    supplyIndexShort: number
    usdPrice: string

    Raw 18-decimal WAD.

    usdPriceShort: number