UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

8 lines (7 loc) 246 B
/// <reference types="node" /> import { GTX } from "../gtx/types"; /** * Decodes the transaction using ASN.1. * @returns the transaction decoded in GTX format */ export declare function decodeTransactionToGtx(encodedTransaction: Buffer): GTX;