TxOutRef

scalus.cardano.onchain.plutus.v1.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

Converts this TxOutRef into the off-chain ledger TransactionInput.

Converts this TxOutRef into the off-chain ledger TransactionInput.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product