TransactionInput

scalus.cardano.ledger.TransactionInput
See theTransactionInput companion object
final case class TransactionInput(transactionId: TransactionHash, 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

Companion
object
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