Create Delegation Certificate
cardano_stake_address_delegation_certificateCreate a Cardano stake delegation certificate that delegates a stake address to a stake pool using a verification key file and pool ID, then writes it to a file.
Instructions
Create a stake delegation certificate to delegate to a stake pool.
Args:
stake_verification_key_file (string): Path to stake verification key file
stake_pool_id (string): Bech32 or hex stake pool ID to delegate to
out_file (string): Output path for the certificate file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the certificate file | |
| stake_pool_id | Yes | Bech32 or hex stake pool ID | |
| stake_verification_key_file | Yes | Path to stake verification key file |