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

    Interface StellarAssetPageGraphSeries

    interface StellarAssetPageGraphSeries {
        hubId: number;
        hubName: string | null;
        points: StellarAssetPageGraphPoint[];
        spokeId: number;
        spokeName: string | null;
    }
    Index

    Properties

    hubId: number
    hubName: string | null
    spokeId: number
    spokeName: string | null