UNPKG

@thorwallet/xchain-bitcoin

Version:

Custom Bitcoin client and utilities used by XChainJS clients

10 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MIN_TX_FEE = void 0; /** * Minimum transaction fee * 1000 satoshi/kB (similar to current `minrelaytxfee`) * @see https://github.com/bitcoin/bitcoin/blob/db88db47278d2e7208c50d16ab10cb355067d071/src/validation.h#L56 */ exports.MIN_TX_FEE = 1000; //# sourceMappingURL=const.js.map