Buzzr Sports Engine API
    Preparing search index...

    Type Alias DfsBatchSettlementResult

    Result of engine.settleEntries(...).

    type DfsBatchSettlementResult = {
        cache: DfsBatchCacheStats;
        failures: DfsBatchEntryFailure[];
        results: DfsSettlementResult[];
        summary: DfsBatchSummary;
    }
    Index

    Properties

    Settlement results in the same order as their inputs. Entries that threw are omitted here and reported in failures (with their index).