Generate Stake Address Key Pair
cardano_stake_address_key_genGenerate a Cardano stake address key pair by writing a verification key and signing key to specified output files for staking operations.
Instructions
Generate a stake address 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 |