Create Stake Deregistration Certificate
cardano_stake_address_deregistration_certificateCreates a stake address deregistration certificate from a stake verification key file, with optional Conway-era deposit amount, and writes it to a chosen output path.
Instructions
Create a stake address deregistration certificate.
Args:
stake_verification_key_file (string): Path to stake verification key file
key_reg_deposit_amt (number, optional): Key registration deposit amount in lovelace (Conway era)
out_file (string): Output path for the certificate file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the certificate file | |
| key_reg_deposit_amt | No | Key registration deposit amount in lovelace (Conway era) | |
| stake_verification_key_file | Yes | Path to stake verification key file |