Initializes a new instance of the Unregistration class.
The stake credential.
Must match the expected deposit amount specified by ppKeyDepositL
in
the protocol parameters.
Private
#credentialPrivate
#depositPrivate
#originalSets the stake credential from this certificate.
The stake credential.
Gets the stake credential from this certificate.
The stake credential.
Creates a Core NewStakeAddressCertificate object from the current Unregistration object.
The Core NewStakeAddressCertificate object.
Static
fromDeserializes the Unregistration from a CBOR byte array.
The new Unregistration instance.
The CBOR encoded Unregistration object.
Static
fromCreates a Unregistration object from the given Core StakeAddressCertificate object.
core StakeAddressCertificate object.
Generated using TypeDoc
This certificate is used when a stakeholder no longer wants to participate in staking. It revokes the stake Unregistration and the associated stake is no longer counted when calculating stake pool rewards.
Deposit must match the expected deposit amount specified by
ppKeyDepositL
in the protocol parameters.Remark: Replaces the deprecated
StakeDeregistration
in after Conway era.