You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

hash-prefix.js 856B

123456789101112131415
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var HashPrefix;
  4. (function (HashPrefix) {
  5. HashPrefix[HashPrefix["TRANSACTION_ID"] = 1415073280] = "TRANSACTION_ID";
  6. HashPrefix[HashPrefix["TRANSACTION_NODE"] = 1397638144] = "TRANSACTION_NODE";
  7. HashPrefix[HashPrefix["INNER_NODE"] = 1296649728] = "INNER_NODE";
  8. HashPrefix[HashPrefix["LEAF_NODE"] = 1296846336] = "LEAF_NODE";
  9. HashPrefix[HashPrefix["TRANSACTION_SIGN"] = 1398036480] = "TRANSACTION_SIGN";
  10. HashPrefix[HashPrefix["TRANSACTION_SIGN_TESTNET"] = 1937012736] = "TRANSACTION_SIGN_TESTNET";
  11. HashPrefix[HashPrefix["TRANSACTION_MULTISIGN"] = 1397576704] = "TRANSACTION_MULTISIGN";
  12. HashPrefix[HashPrefix["LEDGER"] = 1280791040] = "LEDGER";
  13. })(HashPrefix || (HashPrefix = {}));
  14. exports.default = HashPrefix;
  15. //# sourceMappingURL=hash-prefix.js.map