@playlive/realtime-pipeline
    Preparing search index...

    Interface GetDemoBlockRaisedParams

    Options accepted by getDemoBlockRaised.

    interface GetDemoBlockRaisedParams {
        end?: string | null;
        start?: string | null;
    }
    Index
    end?: string | null

    Block end timestamp (ISO 8601). Only consulted when start is nullish; the amount is otherwise derived from start alone so consecutive queries against the same block return the same amount.

    start?: string | null

    Block start timestamp (ISO 8601). Optional — falls back to a simple hash of end when only the closing edge is available. When both are nullish, returns 0.