RedeemersContext

scalus.cardano.txbuilder.RedeemersContext
See theRedeemersContext companion object
case class RedeemersContext(inputs: Vector[TransactionInput] = ..., mintingPolicyHashes: Vector[ScriptHash] = ..., rewardAddresses: Vector[RewardAccount] = ..., certs: Vector[Certificate] = ..., proposals: Vector[ProposalProcedure] = ..., voters: Vector[Voter] = ...)

Contains parts of a transaction that are needed for redeemer processing.

Attributes

Companion
object
Deprecated
[Since version 0.13.0] Use Transaction-based methods directly
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