@metamask-previews/subscription-controller 5.4.0-preview-4f3e9ca7 → 5.4.0-preview-ca619be
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.
|
@@ -105,8 +105,8 @@ export type SubscriptionControllerOptions = {
|
|
|
105
105
|
*/
|
|
106
106
|
export declare function getDefaultSubscriptionControllerState(): SubscriptionControllerState;
|
|
107
107
|
declare const SubscriptionController_base: (abstract new (...args: any[]) => {
|
|
108
|
-
readonly "__#
|
|
109
|
-
"__#
|
|
108
|
+
readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
109
|
+
"__#14@#intervalLength": number | undefined;
|
|
110
110
|
setIntervalLength(intervalLength: number): void;
|
|
111
111
|
getIntervalLength(): number | undefined;
|
|
112
112
|
_startPolling(input: import("@metamask/utils").Json): void;
|
|
@@ -105,8 +105,8 @@ export type SubscriptionControllerOptions = {
|
|
|
105
105
|
*/
|
|
106
106
|
export declare function getDefaultSubscriptionControllerState(): SubscriptionControllerState;
|
|
107
107
|
declare const SubscriptionController_base: (abstract new (...args: any[]) => {
|
|
108
|
-
readonly "__#
|
|
109
|
-
"__#
|
|
108
|
+
readonly "__#14@#intervalIds": Record<string, NodeJS.Timeout>;
|
|
109
|
+
"__#14@#intervalLength": number | undefined;
|
|
110
110
|
setIntervalLength(intervalLength: number): void;
|
|
111
111
|
getIntervalLength(): number | undefined;
|
|
112
112
|
_startPolling(input: import("@metamask/utils").Json): void;
|