TxOutRef

scalus.cardano.onchain.plutus.v3.TxOutRef
See theTxOutRef companion object
case class TxOutRef(id: TxId, idx: BigInt)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Extension method from TxOutRef

A token name unique to this output reference: blake2b_256(serialiseData(ref.toData)).

A token name unique to this output reference: blake2b_256(serialiseData(ref.toData)).

The one-shot / state-token name. An off-chain mint must produce the identical bytes, so compute it here on both sides. Also the natural double-satisfaction tag: OutputDatum.OutputDatum(ref.deriveTokenName.toData).

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product