PartialFailure

data class PartialFailure(val selections: Map<String, UtxoSelector.SelectionResult>, val failedToken: String, val required: BigInteger, val available: BigInteger) : UtxoSelector.MultiTokenResult

At least one token has insufficient funds.

Constructors

Link copied to clipboard
constructor(selections: Map<String, UtxoSelector.SelectionResult>, failedToken: String, required: BigInteger, available: BigInteger)

Properties

Link copied to clipboard

Available amount for failed token

Link copied to clipboard

Token type that failed

Link copied to clipboard

Required amount for failed token

Link copied to clipboard

Map of tokenType → SelectionResult (partial results)