Hierarchy

Constructors

Properties

Methods

Constructors

Properties

_pendingBatch: {
    reject: ((error: Error) => void);
    request: {
        id: number;
        jsonrpc: "2.0";
        method: string;
        params: any[];
    };
    resolve: ((result: any) => void);
}[]
_pendingBatchAggregator: Timer

Methods

  • Parameters

    • method: string
    • params: any[]

    Returns Promise<any>

Generated using TypeDoc