Create Info Governance Action
cardano_governance_action_create_infoCreate an informational Cardano governance action for signaling with no on-chain effect. Build the action file from anchor metadata, deposit, and return address.
Instructions
Create an informational governance action (no on-chain effect, used for signaling).
Args:
anchor_url (string): Anchor URL for the action metadata
anchor_data_hash (string): Anchor data hash
deposit (number): Governance action deposit in lovelace
return_addr (string): Bech32 stake address for deposit return
out_file (string): Output path for the action file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deposit | Yes | Governance action deposit in lovelace | |
| out_file | Yes | Output path for the action file | |
| anchor_url | Yes | Anchor URL for the action metadata | |
| return_addr | Yes | Bech32 stake address for deposit return | |
| anchor_data_hash | Yes | Anchor data hash |