TxCert

scalus.ledger.api.v3.TxCert
enum TxCert

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 DelegStaking(credential: Credential, delegatee: Delegatee)
final case class PoolRegister(poolId: PubKeyHash, poolVFR: PubKeyHash)
final case class PoolRetire(pubKeyHash: PubKeyHash, epoch: BigInt)
final case class RegDRep(credential: DRepCredential, deposit: Lovelace)
final case class RegDeleg(credential: Credential, delegatee: Delegatee, deposit: Lovelace)
final case class RegStaking(credential: Credential, deposit: Maybe[Lovelace])
final case class UnRegDRep(credential: DRepCredential, refund: Lovelace)
final case class UnRegStaking(credential: Credential, refund: Maybe[Lovelace])
final case class UpdateDRep(credential: DRepCredential)