CCC Docs
    Preparing search index...

    Type Alias RequestorJsonRpcConfig

    type RequestorJsonRpcConfig = {
        fallbacks?: string[];
        timeout?: number;
        maxConcurrent?: number;
        transport?: Transport;
    }
    Index

    Properties

    fallbacks?: string[]
    timeout?: number
    maxConcurrent?: number
    transport?: Transport