UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

3 lines (2 loc) 101 B
import { IClient } from "./interface"; export declare function createStubClient(): Promise<IClient>;