UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

3 lines (2 loc) 109 B
import { RawGtx } from "../../gtx/types"; export declare function isRawGtx(value: unknown): value is RawGtx;