Create Hard Fork Initiation Action
cardano_governance_action_create_hard_forkCreate a Cardano governance action to initiate a hard fork by setting target protocol version and deposit details for on-chain submission.
Instructions
Create a hard fork initiation governance action.
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
protocol_major_version (number): Target major protocol version
protocol_minor_version (number): Target minor protocol version
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 | |
| anchor_url | Yes | Anchor URL | |
| return_addr | Yes | Stake address for deposit return | |
| anchor_data_hash | Yes | Anchor data hash | |
| protocol_major_version | Yes | Target major protocol version | |
| protocol_minor_version | Yes | Target minor protocol version | |
| prev_governance_action_index | No | Previous action index | |
| prev_governance_action_tx_id | No | Previous action tx ID |