UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

7 lines (6 loc) 275 B
import { HttpTransport } from './http/HttpTransport'; import { RpcTransport } from './rpc/RpcTransport'; export declare class TransportFactory { static createHttpTransport(host: string): HttpTransport; static createJsonRpcHttpTransport(host: string): RpcTransport; }