UNPKG

postchain-client

Version:

Client library for accessing a Postchain node through REST.

10 lines 226 B
import { serialize } from "../gtx/gtx"; /** * * Encodes the gtx using ASN.1. * @returns the gtx encoded */ export function encodeTransaction(gtx) { return serialize(gtx); } //# sourceMappingURL=encodeTransaction.js.map