prepare_withdraw
Prepare unsigned approve and withdraw calldata to withdraw GWHF from the GrowiHFVault, ready for external signing.
Instructions
Prepare unsigned transactions to withdraw GWHF from the GrowiHFVault. Returns approve + withdraw calldata ready to sign externally. The server does NOT handle private keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet | Yes | Withdrawer wallet address | |
| amount_gwhf | Yes | Amount of GWHF to withdraw, as a whole-number string (e.g. '50'). Decimals are not allowed. |