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)