TxInfo

scalus.ledger.api.v3.TxInfo
case class TxInfo(inputs: List[TxInInfo], referenceInputs: List[TxInInfo], outputs: List[TxOut], fee: Lovelace, mint: Value, certificates: List[TxCert], withdrawals: AssocMap[Credential, Lovelace], validRange: Interval, signatories: List[PubKeyHash], redeemers: AssocMap[ScriptPurpose, Redeemer], data: AssocMap[DatumHash, Datum], id: TxId, votes: AssocMap[Voter, AssocMap[GovernanceActionId, Vote]], proposalProcedures: List[ProposalProcedure], currentTreasuryAmount: Maybe[Lovelace], treasuryDonation: Maybe[Lovelace])

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