UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

6 lines (5 loc) 256 B
/// <reference types="node" /> import { BlockInfo, BlockInfoResponse } from "../src/blockchainClient/types"; export declare const testBuffer: Buffer; export declare const blockInfoData: BlockInfo; export declare const blockDataResponse: BlockInfoResponse;