Initializes a new instance of the Registration 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 Registration object.
The Core NewStakeAddressCertificate object.
Static
fromDeserializes the Registration from a CBOR byte array.
The new Registration instance.
The CBOR encoded Registration object.
Static
fromCreates a Registration object from the given Core StakeAddressCertificate object.
core StakeAddressCertificate object.
Generated using TypeDoc
This certificate is used when an individual wants to register as a stakeholder. It allows the holder to participate in the staking process by delegating their stake or creating a stake pool.
This certificate also provides the ability to specify the deposit amount.
Deposit must match the expected deposit amount specified by
ppKeyDepositL
in the protocol parameters.Remark: Replaces the deprecated
StakeRegistration
in after Conway era.