UNPKG

pegasys-orchestrate

Version:

The PegaSys Orchestrate library provides convenient access to the Codefi Orchestrate API from applications written in server-side JavaScript

4 lines (3 loc) 147 B
/// <reference types="node" /> import { IResponseValue } from '../types'; export declare function unmarshalEnvelope(data: Buffer): IResponseValue;