UNPKG

945 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.BLOCKSTACK_DEFAULT_GAIA_HUB_URL = exports.PRIVATE_KEY_UNCOMPRESSED_LENGTH = exports.PRIVATE_KEY_COMPRESSED_LENGTH = exports.TransactionVersion = exports.ChainID = void 0;
4var ChainID;
5(function (ChainID) {
6 ChainID[ChainID["Testnet"] = 2147483648] = "Testnet";
7 ChainID[ChainID["Mainnet"] = 1] = "Mainnet";
8})(ChainID = exports.ChainID || (exports.ChainID = {}));
9var TransactionVersion;
10(function (TransactionVersion) {
11 TransactionVersion[TransactionVersion["Mainnet"] = 0] = "Mainnet";
12 TransactionVersion[TransactionVersion["Testnet"] = 128] = "Testnet";
13})(TransactionVersion = exports.TransactionVersion || (exports.TransactionVersion = {}));
14exports.PRIVATE_KEY_COMPRESSED_LENGTH = 33;
15exports.PRIVATE_KEY_UNCOMPRESSED_LENGTH = 32;
16exports.BLOCKSTACK_DEFAULT_GAIA_HUB_URL = 'https://hub.blockstack.org';
17//# sourceMappingURL=constants.js.map
\No newline at end of file