Generate DRep Key Pair
cardano_governance_drep_key_genGenerate a Delegated Representative (DRep) key pair for Cardano governance, producing verification and signing key files.
Instructions
Generate a DRep (Delegated Representative) key pair.
Args:
verification_key_file (string): Output path for the verification key
signing_key_file (string): Output path for the signing key
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signing_key_file | Yes | Output path for the signing key | |
| verification_key_file | Yes | Output path for the verification key |