UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

4 lines (3 loc) 165 B
import { NetworkSettings } from "./types"; import { IClient } from "./interface"; export declare function createClient(settings: NetworkSettings): Promise<IClient>;