ecash-coinselect
Version:
An unspent transaction output (UTXO) selection module for eCash.
8 lines (7 loc) • 361 B
JavaScript
// Copyright (c) 2018 Daniel Cousens
// Copyright (c) 2023 Bitcoin ABC
// Distributed under the MIT software license, see the accompanying
// file LICENSE or http://www.opensource.org/licenses/mit-license.php.
;
const { coinSelect, getMaxSendAmountSatoshis } = require('./src/coinSelect');
module.exports = { coinSelect, getMaxSendAmountSatoshis };