UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

4 lines (3 loc) 221 B
import { RestClient } from "../restclient/interfaces"; import { GtxClient } from "./interfaces"; export declare function createClient(restApiClient: RestClient, blockchainRid: string, functionNames: string[]): GtxClient;