Build Address
cardano_address_buildBuild a Cardano address from payment and optional stake verification keys. Generates a bech32 address and can write it to a file.
Instructions
Build a Cardano address from verification keys.
Args:
payment_verification_key_file (string): Path to payment verification key file
stake_verification_key_file (string, optional): Path to stake verification key file (for base addresses)
out_file (string, optional): File path to write the address to
Returns: The bech32 address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_file | No | File path to write the address to | |
| stake_verification_key_file | No | Path to stake verification key file | |
| payment_verification_key_file | Yes | Path to payment verification key file |