Create Vote Delegation Certificate
cardano_stake_address_vote_delegation_certificateDelegate voting power to a DRep or set always-abstain/no-confidence by generating a vote delegation certificate from a stake verification key.
Instructions
Create a vote delegation certificate to delegate voting power to a DRep, or to always abstain/no-confidence.
Args:
stake_verification_key_file (string): Path to stake verification key file
drep_verification_key_file (string, optional): Path to DRep verification key file
always_abstain (boolean, optional): Delegate to always-abstain
always_no_confidence (boolean, optional): Delegate to always-no-confidence
out_file (string): Output path for the certificate file
Exactly one of drep_verification_key_file, always_abstain, or always_no_confidence must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the certificate file | |
| always_abstain | No | Delegate to always-abstain | |
| always_no_confidence | No | Delegate to always-no-confidence | |
| drep_verification_key_file | No | Path to DRep verification key file | |
| stake_verification_key_file | Yes | Path to stake verification key file |