2023-03-04 04:25:07 +03:00
|
|
|
import type { AbstractProvider } from "../index.js";
|
|
|
|
export declare function setupProviders(): void;
|
|
|
|
export declare const providerNames: readonly string[];
|
|
|
|
export declare function getProviderNetworks(provider: string): Array<string>;
|
|
|
|
export declare function getProvider(provider: string, network: string): null | AbstractProvider;
|
|
|
|
export declare function checkProvider(provider: string, network: string): boolean;
|
|
|
|
export declare function connect(network: string): AbstractProvider;
|
2023-04-27 15:19:55 +03:00
|
|
|
//# sourceMappingURL=create-provider.d.ts.map
|