DustActions
data class DustActions(val spends: List<DustSpendCreator.DustSpend>, val selectedCoins: List<DustTokenEntity>, val totalFee: BigInteger, val change: BigInteger, val utxoIndices: List<Int>)
Result of building dust actions.
Constructors
Link copied to clipboard
constructor(spends: List<DustSpendCreator.DustSpend>, selectedCoins: List<DustTokenEntity>, totalFee: BigInteger, change: BigInteger, utxoIndices: List<Int>)