UI for Zipcoin Blue

backends.js 213B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.BACKEND_LEGACY = 'legacy';
  4. exports.BACKEND_PRO = 'pro';
  5. exports.KNOWN_BACKENDS = [exports.BACKEND_PRO, exports.BACKEND_LEGACY];