scalus.cardano.ledger.TransactionWitnessSet
See theTransactionWitnessSet companion object
case class TransactionWitnessSet(vkeyWitnesses: TaggedSortedSet[VKeyWitness] = ..., nativeScripts: TaggedSortedMap[ScriptHash, Native] = ..., bootstrapWitnesses: TaggedSortedSet[BootstrapWitness] = ..., plutusV1Scripts: TaggedSortedStrictMap[ScriptHash, PlutusV1] = ..., plutusData: KeepRaw[TaggedSortedMap[DataHash, KeepRaw[Data]]] = ..., redeemers: Option[KeepRaw[Redeemers]] = ..., plutusV2Scripts: TaggedSortedStrictMap[ScriptHash, PlutusV2] = ..., plutusV3Scripts: TaggedSortedStrictMap[ScriptHash, PlutusV3] = ...)
Represents the witness set for a transaction in Cardano
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article