UNPKG

@bioneisme/greenfield-cli

Version:
6 lines (5 loc) 198 B
import { Client } from "@bnb-chain/greenfield-chain-sdk"; export declare class GreenfieldClient { static client: Client; static initClient(rpcUrl: string, chainId: string): Promise<void>; }