Create DRep Retirement Certificate
cardano_governance_drep_retirement_certificateCreate a DRep retirement certificate from a verification key file, deposit refund amount in lovelace, and output path.
Instructions
Create a DRep retirement certificate.
Args:
drep_verification_key_file (string): Path to DRep verification key file
deposit_amt (number): Deposit refund amount in lovelace
out_file (string): Output path for the certificate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the certificate | |
| deposit_amt | Yes | Deposit refund amount in lovelace | |
| drep_verification_key_file | Yes | Path to DRep verification key file |