Spent

scalus.cardano.node.stream.UtxoEvent.Spent
final case class Spent(utxo: Utxo, spentBy: TransactionHash, at: ChainPoint)

A UTxO matching the subscription was spent by spentBy.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product