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>)

Properties

Link copied to clipboard

Change amount in Specks

Link copied to clipboard

Coins that were selected (for rollback)

Link copied to clipboard

List of DustSpend actions

Link copied to clipboard

Total fee paid in Specks

Link copied to clipboard

Functions

Link copied to clipboard

Returns nullifiers of selected coins (for state management).

Link copied to clipboard

Returns true if actions were successfully created.