Get Address Key Hash
cardano_address_key_hashGenerate the hexadecimal hash of a Cardano payment verification key by providing its file path. Use it to derive key hashes for address and credential operations.
Instructions
Get the hash of a payment verification key.
Args:
payment_verification_key_file (string): Path to the payment verification key file
Returns: The key hash as hex string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_verification_key_file | Yes | Path to the payment verification key file |