UNPKG

pegasys-orchestrate

Version:

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

7 lines (6 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_TOPIC_TX_RECOVER = exports.DEFAULT_TOPIC_TX_DECODED = void 0; // Default topics exports.DEFAULT_TOPIC_TX_DECODED = 'topic-tx-decoded'; exports.DEFAULT_TOPIC_TX_RECOVER = 'topic-tx-recover';