FeesOkException
scalus.cardano.ledger.TransactionException.FeesOkException
final case class FeesOkException(transactionId: TransactionHash, transactionFee: Coin, minRequiredFee: Coin, collateralPercentage: Long, areTotalExUnitsZero: Boolean, collateralReturnOutput: Option[TransactionOutput] = ..., actualTotalSumOfCollateralCoins: Coin = ..., expectedTotalSumOfCollateralCoins: Option[Coin] = ..., collateralsConsistNotVKeyAddress: Utxos = ..., collateralsContainNotOnlyADA: Utxos = ..., remainingAssets: MultiAsset = ..., hasCollateralInputs: Boolean = ...) extends TransactionException
It's Babbage.FeeTooSmallUTxO && Alonzo.ScriptsNotPaidUTxO && Babbage.CollateralContainsNonADA && Alonzo.InsufficientCollateral && Babbage.IncorrectTotalCollateralField && Babbage.NoCollateralInputs in cardano-ledger
Attributes
- Graph
-
- Supertypes
-
trait Producttrait Equalsclass TransactionExceptionclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- TransactionException
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article