@metamask-previews/user-operation-controller 41.2.9-preview-5bb6dba48 → 41.2.9-preview-efd9e28b2

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.
@@ -12,7 +12,7 @@ export type BlockTrackerPollingInput = {
12
12
  declare class Empty {
13
13
  }
14
14
  export declare const BlockTrackerPollingControllerOnly: <PollingInput extends BlockTrackerPollingInput>() => (abstract new (...args: any[]) => {
15
- "__#21@#activeListeners": Record<string, (options: Json) => Promise<void>>;
15
+ "__#22@#activeListeners": Record<string, (options: Json) => Promise<void>>;
16
16
  _getNetworkClientById(networkClientId: NetworkClientId): NetworkClient | undefined;
17
17
  _startPolling(input: PollingInput): void;
18
18
  _stopPollingByPollingTokenSetId(key: PollingTokenSetId): void;
@@ -25,7 +25,7 @@ export declare const BlockTrackerPollingControllerOnly: <PollingInput extends Bl
25
25
  onPollingComplete(input: PollingInput, callback: (input: PollingInput) => void): void;
26
26
  }) & typeof Empty;
27
27
  export declare const BlockTrackerPollingController: <PollingInput extends BlockTrackerPollingInput>() => (abstract new (...args: any[]) => {
28
- "__#21@#activeListeners": Record<string, (options: Json) => Promise<void>>;
28
+ "__#22@#activeListeners": Record<string, (options: Json) => Promise<void>>;
29
29
  _getNetworkClientById(networkClientId: NetworkClientId): NetworkClient | undefined;
30
30
  _startPolling(input: PollingInput): void;
31
31
  _stopPollingByPollingTokenSetId(key: PollingTokenSetId): void;
@@ -12,7 +12,7 @@ export type BlockTrackerPollingInput = {
12
12
  declare class Empty {
13
13
  }
14
14
  export declare const BlockTrackerPollingControllerOnly: <PollingInput extends BlockTrackerPollingInput>() => (abstract new (...args: any[]) => {
15
- "__#21@#activeListeners": Record<string, (options: Json) => Promise<void>>;
15
+ "__#22@#activeListeners": Record<string, (options: Json) => Promise<void>>;
16
16
  _getNetworkClientById(networkClientId: NetworkClientId): NetworkClient | undefined;
17
17
  _startPolling(input: PollingInput): void;
18
18
  _stopPollingByPollingTokenSetId(key: PollingTokenSetId): void;
@@ -25,7 +25,7 @@ export declare const BlockTrackerPollingControllerOnly: <PollingInput extends Bl
25
25
  onPollingComplete(input: PollingInput, callback: (input: PollingInput) => void): void;
26
26
  }) & typeof Empty;
27
27
  export declare const BlockTrackerPollingController: <PollingInput extends BlockTrackerPollingInput>() => (abstract new (...args: any[]) => {
28
- "__#21@#activeListeners": Record<string, (options: Json) => Promise<void>>;
28
+ "__#22@#activeListeners": Record<string, (options: Json) => Promise<void>>;
29
29
  _getNetworkClientById(networkClientId: NetworkClientId): NetworkClient | undefined;
30
30
  _startPolling(input: PollingInput): void;
31
31
  _stopPollingByPollingTokenSetId(key: PollingTokenSetId): void;
@@ -19,7 +19,7 @@ type PendingUserOperationPollingInput = {
19
19
  networkClientId: NetworkClientId;
20
20
  };
21
21
  declare const PendingUserOperationTracker_base: (abstract new (...args: any[]) => {
22
- "__#21@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
22
+ "__#22@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
23
23
  _getNetworkClientById(networkClientId: string): NetworkClient | undefined;
24
24
  _startPolling(input: PendingUserOperationPollingInput): void;
25
25
  _stopPollingByPollingTokenSetId(key: string): void;
@@ -19,7 +19,7 @@ type PendingUserOperationPollingInput = {
19
19
  networkClientId: NetworkClientId;
20
20
  };
21
21
  declare const PendingUserOperationTracker_base: (abstract new (...args: any[]) => {
22
- "__#21@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
22
+ "__#22@#activeListeners": Record<string, (options: import("@metamask/utils").Json) => Promise<void>>;
23
23
  _getNetworkClientById(networkClientId: string): NetworkClient | undefined;
24
24
  _startPolling(input: PendingUserOperationPollingInput): void;
25
25
  _stopPollingByPollingTokenSetId(key: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/user-operation-controller",
3
- "version": "41.2.9-preview-5bb6dba48",
3
+ "version": "41.2.9-preview-efd9e28b2",
4
4
  "description": "Creates user operations and manages their life cycle",
5
5
  "keywords": [
6
6
  "Ethereum",