UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

5 lines (4 loc) 179 B
import { RawGtv } from "../../"; import { GTX } from "../gtx/types"; export declare function dumpGtx(gtxTx: GTX): string; export declare function dumpGtv(rawGtv: RawGtv): string;