Hash Anchor Data
cardano_governance_action_hash_anchor_dataCompute the blake2b-256 hash of Cardano governance anchor data from a binary or text file to verify integrity and link metadata on-chain.
Instructions
Compute the hash of anchor data from a file.
Args:
file_binary (string, optional): Path to binary file to hash
file_text (string, optional): Path to text file to hash
Exactly one of file_binary or file_text must be provided.
Returns: The blake2b-256 hash of the file contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_text | No | Path to text file to hash | |
| file_binary | No | Path to binary file to hash |