Skip to main content

Certificate

It represents any possible certificate that can be included in a transaction.

StakeRegistration

Stake credential registration certificate

FieldDescription
stakeKeyThe credential of the stake key.
depositOptional deposit in lovelaces.

StakeDeRegistration

Stake credential de-registration certificate

FieldDescription
stakeKeyThe credential of the stake key.
refundOptional refund in lovelaces.

Delegation

Delegation of the founds controlled by the specified PCredential to the specified poolId

FieldDescription
delegatorThe credential of the delegator.
delegateeThe delegatee (stake pool or DRep).

RegistrationAndDelegation

Combined registration and delegation certificate.

FieldDescription
delegatorThe credential of the delegator.
delegateeThe delegatee (stake pool or DRep).
lovelacesDepositDeposit in lovelaces.

DRepRegistration

Delegated representative (DRep) registration certificate.

FieldDescription
drepCredential of the DRep.
lovelacesDepositDeposit in lovelaces.

DRepUpdate

Update certificate for an existing DRep.

FieldDescription
drepCredential of the DRep.

DRepDeRegistration

DRep de-registration certificate.

FieldDescription
poolIdPublic key hash of the pool.
poolVRFVRF key of the pool.

PoolRegistration

Pool registration certificate

FieldDescription
poolIdPublic key hash of the pool.
poolVRFVRF key of the pool.

PoolRetire

Pool de-registration certificate

FieldDescription
poolIdPublic key hash of the pool.
epochEpoch at which to retire.

CommitteeHotAuthorization

Authorization certificate for committee hot keys

FieldDescription
coldCredential of the cold key.
hotCredential of the hot key.

CommitteeResignation

Resignation certificate for committee members.

FieldDescription
coldCredential of the cold key.