UNPKG

@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.

10 lines 275 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.validate = void 0; function validate(condition, message) { if (!condition) { throw new Error(message); } } exports.validate = validate; //# sourceMappingURL=validation.js.map