Create Treasury Withdrawal Action
cardano_governance_action_create_treasury_withdrawalCreate a Cardano governance action to withdraw treasury funds by setting the recipient stake key, transfer amount, deposit, and anchor data.
Instructions
Create a governance action to withdraw funds from the treasury.
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
funds_receiving_stake_verification_key_file (string): Path to stake verification key of funds recipient
transfer (number): Amount to withdraw in lovelace
out_file (string): Output path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deposit | Yes | Deposit in lovelace | |
| out_file | Yes | Output path | |
| transfer | Yes | Amount to withdraw in lovelace | |
| anchor_url | Yes | Anchor URL | |
| return_addr | Yes | Stake address for deposit return | |
| anchor_data_hash | Yes | Anchor data hash | |
| funds_receiving_stake_verification_key_file | Yes | Path to recipient stake verification key |