Created

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

A UTxO matching the subscription was created by producedBy.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product