kernel-eth-client/dist/client.d.ts

7 lines
287 B
TypeScript
Raw Permalink Normal View History

2023-03-27 12:55:41 +00:00
import { Client } from "@lumeweb/libkernel-universal";
export declare class EthClient extends Client {
ready(): Promise<any>;
method(method: string, params: any): Promise<any>;
}
export declare const createClient: (...args: any) => EthClient;
//# sourceMappingURL=client.d.ts.map