UNPKG

@trezor/utxo-lib

Version:
3 lines 290 B
import { CoinSelectInput, CoinSelectOptions, CoinSelectOutput, CoinSelectResult } from '../../types'; export declare function split(utxosOrig: CoinSelectInput[], outputs: CoinSelectOutput[], feeRate: number, options: CoinSelectOptions): CoinSelectResult; //# sourceMappingURL=split.d.ts.map