cardano-client-lib icon indicating copy to clipboard operation
cardano-client-lib copied to clipboard

Cannot determine amount of signers for TX Building from Utxos

Open edridudi opened this issue 3 years ago • 1 comments

While Building a Tx from UTxOs There's no way to provide the correct amount of signers to provide to balanceTx method. Suggestion: Utxo SelectionStrategy should provide the number of different (unique) addresses used in Tx and provide it to signTx method automatically using the current functional methodology.

edridudi avatar Jan 20 '23 10:01 edridudi

Additional utxos selected during balanceTx don't get added to the TxBuilderContext's utxos list. Need to verify

satran004 avatar Feb 21 '23 12:02 satran004