UNPKG

@onekeyfe/coinselect

Version:

A transaction input selection module for bitcoin.

8 lines 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.throwError = void 0; const throwError = (reason) => { throw new Error(reason); }; exports.throwError = throwError; //# sourceMappingURL=throwError.js.map