@okxweb3/coin-bitcoin
Version:
@ok/coin-bitcoin is a Bitcoin SDK for building Web3 wallets and applications. It supports BTC, BSV, DOGE, LTC, and TBTC, enabling private key management, transaction signing, address generation, and inscriptions like BRC-20, Runes, CAT, and Atomicals.
9 lines • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isOpenMinter = void 0;
const cat20Enum_1 = require("./cat20Enum");
function isOpenMinter(md5) {
return cat20Enum_1.MinterType.OPEN_MINTER_V1 === md5 || cat20Enum_1.MinterType.OPEN_MINTER_V2 === md5;
}
exports.isOpenMinter = isOpenMinter;
//# sourceMappingURL=minterFinder.js.map