Create No Confidence Action
cardano_governance_action_create_no_confidenceCreate a Cardano governance action expressing no confidence in the current constitutional committee, specifying anchor, deposit, and return address.
Instructions
Create a motion of no confidence in the current constitutional committee.
Args:
anchor_url (string): Anchor URL
anchor_data_hash (string): Anchor data hash
deposit (number): Deposit in lovelace
return_addr (string): Stake address for deposit return
prev_governance_action_tx_id (string, optional): Previous governance action tx ID
prev_governance_action_index (number, optional): Previous governance action index
out_file (string): Output path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deposit | Yes | Deposit in lovelace | |
| out_file | Yes | Output path | |
| anchor_url | Yes | Anchor URL | |
| return_addr | Yes | Stake address for deposit return | |
| anchor_data_hash | Yes | Anchor data hash | |
| prev_governance_action_index | No | Previous governance action index | |
| prev_governance_action_tx_id | No | Previous governance action tx ID |