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

    Type Alias StellarCampaignMeDto

    type StellarCampaignMeDto = {
        accounts: number;
        allocation: number;
        campaignEnd: string;
        campaignStart: string;
        firstMigrateAt?: string | null;
        owner: string;
        prizePool: number;
        quests: StellarCampaignQuestsDto;
        questsCompleted: number;
        questsTotal: number;
        rank: number;
        score: number;
        twBorrow: number;
        twEquity: number;
    }
    Index

    Properties

    accounts: number
    allocation: number

    Estimated prize-pool share (1e6 units proportional to score).

    campaignEnd: string
    campaignStart: string
    firstMigrateAt?: string | null
    owner: string

    Wallet (Owner). Empty Owner falls back to AccountId.

    prizePool: number
    questsCompleted: number
    questsTotal: number
    rank: number

    1-based rank among all scorers.

    score: number

    Campaign points (USD-days + quests).

    twBorrow: number

    Borrow USD-days, capped at 3x equity.

    twEquity: number

    Haircut equity USD-days (max(supply-borrow, 0)).