Create DRep Registration Certificate
cardano_governance_drep_registration_certificateCreate a DRep registration certificate for Cardano governance. Supply the DRep verification key, deposit amount, and output path; optionally include metadata anchor URL and hash.
Instructions
Create a DRep registration certificate.
Args:
drep_verification_key_file (string): Path to DRep verification key file
key_reg_deposit_amt (number): Registration deposit in lovelace
anchor_url (string, optional): DRep metadata anchor URL
anchor_data_hash (string, optional): DRep metadata anchor data hash
out_file (string): Output path for the certificate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the certificate | |
| anchor_url | No | DRep metadata anchor URL | |
| anchor_data_hash | No | DRep metadata anchor data hash | |
| key_reg_deposit_amt | Yes | Registration deposit in lovelace | |
| drep_verification_key_file | Yes | Path to DRep verification key file |