prepare_safe_tx_approve
Add an additional approveHash signature to a Safe transaction that is already in the queue. Returns an unsigned transaction that calls Safe.approveHash for the signer.
Instructions
Add an additional approveHash signature to a Safe (Gnosis Safe) transaction that's ALREADY in the queue (proposed elsewhere — Safe Web UI, another VaultPilot install, or a co-signer). Returns an UnsignedTx that calls Safe.approveHash(safeTxHash) for the given signer; broadcast via send_transaction, then call submit_safe_tx_signature to push the new signature to Safe Transaction Service. Use prepare_safe_tx_propose instead when you're proposing a NEW Safe tx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signer | Yes | ||
| safeAddress | Yes | ||
| chain | No | ethereum | |
| safeTxHash | Yes |