@did-btc1/method
    Preparing search index...

    Type Alias ScanBlocksParams

    type ScanBlocksParams = {
        action: "start" | "abort" | "status";
        filtertype?: string;
        options?: { filter_false_positives: boolean };
        start_height?: number;
        stop_height?: number;
    }
    Index

    Properties

    action: "start" | "abort" | "status"
    filtertype?: string
    options?: { filter_false_positives: boolean }
    start_height?: number
    stop_height?: number