UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

5 lines (4 loc) 195 B
import * as serialization from "./serialization"; declare const encode: typeof serialization.encodeValueGtx; declare const decode: typeof serialization.decodeValueGtx; export { encode, decode };