Operation

scalus.cardano.txbuilder.TransactionBuilder.Operation
See theOperation companion trait
object Operation

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Operation.type

Members list

Type members

Classlikes

case class CertificateOperation(cert: Certificate) extends Operation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any
Show all
case class Minting(scriptHash: PolicyId) extends Operation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any
Show all
case class Proposing(proposal: ProposalProcedure) extends Operation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any
Show all
case class Voting(voter: Voter) extends Operation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any
Show all
case class Withdraw(address: StakeAddress) extends Operation

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operation
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror