Create Pool Retirement Certificate
cardano_stake_pool_retirement_certificateGenerate a retirement certificate to deregister a Cardano stake pool at a chosen epoch using its cold verification key. Specify the epoch and output path to produce the certificate file.
Instructions
Create a stake pool retirement certificate.
Args:
cold_verification_key_file (string): Path to cold verification key file
epoch (number): Epoch in which the pool will be retired
out_file (string): Output path for the certificate file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epoch | Yes | Retirement epoch | |
| out_file | Yes | Output path for the certificate file | |
| cold_verification_key_file | Yes | Path to cold verification key file |