Create Update Committee Action
cardano_governance_action_create_update_committeeCreate a Cardano governance action to update the constitutional committee by adding or removing members and setting the quorum threshold.
Instructions
Create a governance action to update the 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
threshold (string): Quorum threshold as "numerator/denominator"
remove_cc_cold_verification_key_hashes (string[], optional): CC member key hashes to remove
add_cc_cold_verification_key_hashes (string[], optional): CC members to add as "key_hash,expiry_epoch"
prev_governance_action_tx_id (string, optional): Previous action tx ID
prev_governance_action_index (number, optional): Previous action index
out_file (string): Output path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deposit | Yes | Deposit in lovelace | |
| out_file | Yes | Output path | |
| threshold | Yes | Quorum threshold as "numerator/denominator" | |
| 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 action index | |
| prev_governance_action_tx_id | No | Previous action tx ID | |
| add_cc_cold_verification_key_hashes | No | CC members to add as "key_hash,expiry_epoch" | |
| remove_cc_cold_verification_key_hashes | No | CC member key hashes to remove |