Get DRep ID
cardano_governance_drep_idExtract a Cardano DRep ID from a DRep verification key file, returning it in bech32 or hex format for governance identification.
Instructions
Get the DRep ID from a verification key file.
Args:
drep_verification_key_file (string): Path to DRep verification key file
output_format (string, optional): Output format: "bech32" (default) or "hex"
Returns: The DRep ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_format | No | Output format | bech32 |
| drep_verification_key_file | Yes | Path to DRep verification key file |