CCC Docs
    Preparing search index...

    Type Alias JsonRpcIndexerSearchKeyTransaction

    type JsonRpcIndexerSearchKeyTransaction = {
        script: JsonRpcScript;
        script_type: "lock" | "type";
        script_search_mode?: "prefix" | "exact" | "partial";
        filter?: JsonRpcIndexerSearchKeyFilter;
        group_by_transaction?: boolean;
    }
    Index

    Properties

    script_type: "lock" | "type"
    script_search_mode?: "prefix" | "exact" | "partial"
    group_by_transaction?: boolean