CCC Docs
    Preparing search index...
    interface RpcRequest<T extends string, U> {
        jsonrpc: "2.0";
        id: undefined | null | string | number;
        method: T;
        params: U;
    }

    Type Parameters

    • T extends string
    • U

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    jsonrpc: "2.0"
    id: undefined | null | string | number
    method: T
    params: U