@fireblocks/psbt-sdk
Version:
SDK for signing Partially Signed Bitcoin Transactions (PSBTs) using Fireblocks
7 lines • 420 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAX_NOTE_LENGTH = exports.PSBT_NOTE_PREFIX = exports.FALLBACK_NOTE = void 0;
exports.FALLBACK_NOTE = "PSBT SDK";
exports.PSBT_NOTE_PREFIX = "Signing PSBT:\n";
exports.MAX_NOTE_LENGTH = 350; // Because of a bug in the Fireblocks mobile app where you can't sign a transaction with too long of a note
//# sourceMappingURL=constants.js.map