UNPKG

@massalabs/massa-web3

Version:
7 lines (6 loc) 210 B
import { PublicAPI } from './publicAPI'; export declare class JsonRPCClient extends PublicAPI { static buildnet(): JsonRPCClient; static testnet(): JsonRPCClient; static mainnet(): JsonRPCClient; }