UNPKG

@mutants/cardano-tx-builder

Version:

A package that provides utility functions to build and destructure a cardano transaction

10 lines 418 B
import { ProtocolParameters, UTxO, Value } from "./types"; declare type RequestResponse = { fulfilled: boolean; missing?: Value; totalValueSelected: Value; selectedUtxos: UTxO[]; }; export declare const selectUtxosByValue: (utxos: UTxO[], valueToSelect: Value, coinsPerUTxOWord?: ProtocolParameters["coins_per_utxo_word"]) => RequestResponse; export {}; //# sourceMappingURL=selectUtxosByValue.d.ts.map