UNPKG

pegasys-orchestrate

Version:

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

9 lines (8 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProtocolType = void 0; var ProtocolType; (function (ProtocolType) { ProtocolType["Tessera"] = "Tessera"; ProtocolType["EEA"] = "EEA"; })(ProtocolType = exports.ProtocolType || (exports.ProtocolType = {}));