Build Stake Address
cardano_stake_address_buildBuild a Cardano stake address from a stake verification key file. Optionally write the resulting bech32 address to an output file.
Instructions
Build a stake address from a stake verification key.
Args:
stake_verification_key_file (string): Path to stake verification key file
out_file (string, optional): File path to write the address to
Returns: The bech32 stake address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | No | File path to write the address to | |
| stake_verification_key_file | Yes | Path to stake verification key file |