UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

5 lines (4 loc) 164 B
import { RestClient } from "../restclient/interfaces"; export interface ChromiaClient { blockchainConnection: (blockchainRid: string) => Promise<RestClient>; }