UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

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