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)