@xyo-network/xl1-rpc 1.20.8 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2438,6 +2438,12 @@ var JsonRpcMempoolRunnerMethods = class extends AbstractJsonRpcRunner {
2438
2438
 
2439
2439
  // src/provider/runner/JsonRpcMempoolRunner/JsonRpcMempoolRunner.ts
2440
2440
  var JsonRpcMempoolRunner = class extends JsonRpcMempoolRunnerMethods {
2441
+ prunePendingBlocks(options) {
2442
+ throw new Error("Method not implemented.");
2443
+ }
2444
+ prunePendingTransactions(options) {
2445
+ throw new Error("Method not implemented.");
2446
+ }
2441
2447
  };
2442
2448
  __publicField(JsonRpcMempoolRunner, "defaultMoniker", MempoolRunnerMoniker2);
2443
2449
  __publicField(JsonRpcMempoolRunner, "dependencies", []);