Success

data class Success(val selectedUtxos: List<UnshieldedUtxoEntity>, val totalSelected: BigInteger, val change: BigInteger) : UtxoSelector.SelectionResult

Selection successful - found enough UTXOs.

Constructors

Link copied to clipboard
constructor(selectedUtxos: List<UnshieldedUtxoEntity>, totalSelected: BigInteger, change: BigInteger)

Properties

Link copied to clipboard

Amount to send back as change (totalSelected - required)

Link copied to clipboard

UTXOs selected for transaction inputs

Link copied to clipboard

Total value of selected UTXOs