UNPKG

@bithive/bitcoin-sdk

Version:

BitHive SDK

7 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_BLOCK_LOCKTIME = exports.SEQUENCE_RBF = exports.DEPOSIT_MESSAGE_MAGIC_HEADER = void 0; exports.DEPOSIT_MESSAGE_MAGIC_HEADER = 'bithive'; exports.SEQUENCE_RBF = 0xfffffffd; exports.MAX_BLOCK_LOCKTIME = 500_000_000; //# sourceMappingURL=constants.js.map