UNPKG

@onekeyfe/coinselect

Version:

A transaction input selection module for bitcoin.

10 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMPOSE_ERROR_TYPES = void 0; exports.COMPOSE_ERROR_TYPES = [ 'MISSING-UTXOS', 'MISSING-OUTPUTS', 'INCORRECT-FEE-RATE', 'NOT-ENOUGH-FUNDS', ]; //# sourceMappingURL=compose.js.map