com.bloxbean.cardano.client.coinselection.exception.InputsExhaustedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cardano-client-coinselection Show documentation
Show all versions of cardano-client-coinselection Show documentation
Cardano Client Lib - Coinselection Module
package com.bloxbean.cardano.client.coinselection.exception;
import com.bloxbean.cardano.client.coinselection.exception.base.CoinSelectionException;
public class InputsExhaustedException extends CoinSelectionException {
public InputsExhaustedException() {
super("INPUTS_EXHAUSTED");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy