ScriptPurpose

scalus.ledger.api.v3.ScriptPurpose

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Certifying(index: BigInt, cert: TxCert)
final case class Minting(currencySymbol: CurrencySymbol)
final case class Proposing(index: BigInt, procedure: ProposalProcedure)
final case class Rewarding(credential: Credential)
final case class Spending(txOutRef: TxOutRef)
final case class Voting(voter: Voter)