Class StaticJsonRpcBatchProvider

Hierarchy

  • StaticJsonRpcProvider
    • StaticJsonRpcBatchProvider

Constructors

Properties

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

Methods

Generated using TypeDoc