Create DRep Update Certificate
cardano_governance_drep_update_certificateUpdate a DRep's anchor metadata by generating a certificate. Requires the DRep verification key and output path; optionally specify new anchor URL and data hash.
Instructions
Create a DRep update certificate to update anchor metadata.
Args:
drep_verification_key_file (string): Path to DRep verification key file
anchor_url (string, optional): Updated anchor URL
anchor_data_hash (string, optional): Updated 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 | Updated anchor URL | |
| anchor_data_hash | No | Updated anchor data hash | |
| drep_verification_key_file | Yes | Path to DRep verification key file |