TransactionInput

scalus.cardano.ledger.TransactionInput
final case class TransactionInput(transactionId: Hash32, index: Int)

Represents an input to a transaction

A transaction input is a reference to an output from a previous transaction, identified by the transaction ID and the index of the output.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product