TxInfo

scalus.ledger.api.v2.TxInfo
case class TxInfo(inputs: List[TxInInfo], referenceInputs: List[TxInInfo], outputs: List[TxOut], fee: Value, mint: Value, dcert: List[DCert], withdrawals: AssocMap[StakingCredential, BigInt], validRange: PosixTimeRange, signatories: List[PubKeyHash], redeemers: AssocMap[ScriptPurpose, Redeemer], data: AssocMap[DatumHash, Datum], id: TxId)

A pending transaction.

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