Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@ethereumjs/util/dist/provider.d.ts

declare type rpcParams = {
    method: string;
    params: (string | boolean | number)[];
};
export declare const fetchFromProvider: (url: string, params: rpcParams) => Promise<any>;
export declare const getProvider: (provider: string | any) => any;
export {};
//# sourceMappingURL=provider.d.ts.map
Back to Directory File Manager