UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

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