@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface MatchedIntentResult

    interface MatchedIntentResult {
        intentId: string;
        pool: {
            indicative: boolean;
            poolId: string;
            qty: number;
            tierIndex: number;
            unitPrice: number;
        };
        status: "matched";
    }
    Index
    intentId: string
    pool: {
        indicative: boolean;
        poolId: string;
        qty: number;
        tierIndex: number;
        unitPrice: number;
    }
    status: "matched"