@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.
6 lines • 320 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.btc = void 0;
const cat_smartcontracts_1 = require("@cat-protocol/cat-smartcontracts");
Object.defineProperty(exports, "btc", { enumerable: true, get: function () { return cat_smartcontracts_1.btc; } });
//# sourceMappingURL=btc.js.map