UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

9 lines (8 loc) 200 B
/// <reference types="node" /> import { GTX } from "../gtx/types"; /** * * Encodes the gtx using ASN.1. * @returns the gtx encoded */ export declare const encodeTransaction: (gtx: GTX) => Buffer;