Create Stake Registration Certificate
cardano_stake_address_registration_certificateGenerate a stake address registration certificate from a stake verification key file to register a Cardano stake address, with optional deposit and output path.
Instructions
Create a stake address registration certificate.
Args:
stake_verification_key_file (string): Path to stake verification key file
key_reg_deposit_amt (number, optional): Key registration deposit amount in lovelace (Conway era)
out_file (string): Output path for the certificate file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | Yes | Output path for the certificate file | |
| key_reg_deposit_amt | No | Key registration deposit amount in lovelace (Conway era) | |
| stake_verification_key_file | Yes | Path to stake verification key file |