MinCoinSizedTransactionOutput

scalus.cardano.ledger.utils.MinCoinSizedTransactionOutput

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def computeMinAda(sizedTransactionOutput: Sized[TransactionOutput], protocolParams: ProtocolParams): Coin

Compute the minimum ada required for the given sized transaction output.

Compute the minimum ada required for the given sized transaction output.

Attributes

def ensureMinAda(sizedTransactionOutput: Sized[TransactionOutput], protocolParams: ProtocolParams): Coin

Recursively calculate the minimum ada that the given utxo must have in order to satisfy the minAda requirement.

Recursively calculate the minimum ada that the given utxo must have in order to satisfy the minAda requirement.

Attributes