Skip to content

Commit

Permalink
New method to take AddressSupplier as parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Jan 16, 2025
1 parent eb74152 commit f7ef687
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ default Set<Utxo> select(String address, Amount outputAmount, String datumHash,

Set<Utxo> select(String address, List<Amount> outputAmounts, String datumHash, PlutusData inlineDatum, Set<Utxo> utxosToExclude, int maxUtxoSelectionLimit);

Set<Utxo> select(AddressSuplier addressSuplier, List<Amount> outputAmounts, String datumHash, PlutusData inlineDatum, Set<Utxo> utxosToExclude, int maxUtxoSelectionLimit);

UtxoSelectionStrategy fallback();

void setIgnoreUtxosWithDatumHash(boolean ignoreUtxosWithDatumHash);
Expand Down

0 comments on commit f7ef687

Please sign in to comment.