UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

11 lines 602 B
import { ResultAsync } from "@interfaces/objects"; import { VectorError } from "@interfaces/objects/errors"; import { IBrowserNode, IConfigProvider, ILogUtils } from "@interfaces/utilities"; import { IBrowserNodeFactory } from "@interfaces/utilities/factory"; export declare class BrowserNodeFactory implements IBrowserNodeFactory { protected configProvider: IConfigProvider; protected logUtils: ILogUtils; constructor(configProvider: IConfigProvider, logUtils: ILogUtils); factoryBrowserNode(): ResultAsync<IBrowserNode, VectorError>; } //# sourceMappingURL=BrowserNodeFactory.d.ts.map