@ecash/lib
Version:
Library for eCash transaction building
12 lines • 610 B
JavaScript
;
// Copyright (c) 2024 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Object.defineProperty(exports, "__esModule", { value: true });
exports.BURN = exports.SEND = exports.MINT = exports.GENESIS = void 0;
const str_js_1 = require("../io/str.js");
exports.GENESIS = (0, str_js_1.strToBytes)('GENESIS');
exports.MINT = (0, str_js_1.strToBytes)('MINT');
exports.SEND = (0, str_js_1.strToBytes)('SEND');
exports.BURN = (0, str_js_1.strToBytes)('BURN');
//# sourceMappingURL=common.js.map