scalus.cardano.ledger.Certificate
See theCertificate companion enum
object Certificate
Attributes
- Companion
- enum
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Certificate.type
Members list
Type members
Classlikes
object given_Decoder_Certificate extends Decoder[Certificate]
Attributes
- Supertypes
- Self type
object given_Encoder_Certificate extends Encoder[Certificate]
Attributes
- Supertypes
- Self type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Calculate total deposits required for Conway-era DRep certificates
Calculate total deposits required for Conway-era DRep certificates
Value parameters
- certificates
-
Certificates in the transaction
- params
-
Protocol parameters containing DRep deposit amount
Attributes
- Returns
-
Total DRep deposit amount
def conwayDRepRefundsTxCerts(lookupDRepDeposit: Credential => Option[Coin], certificates: Iterable[Certificate]): Coin
Calculate total deposits required for Shelley-era certificates (stake pool and delegation)
Calculate total deposits required for Shelley-era certificates (stake pool and delegation)
Value parameters
- certificates
-
Certificates in the transaction
- params
-
Protocol parameters containing deposit amounts
Attributes
- Returns
-
Total deposit amount
def shelleyTotalRefundsTxCerts(lookupStakingDeposit: Credential => Option[Coin], params: ProtocolParams, certificates: Iterable[Certificate]): Coin
Givens
In this article