prepare_safe_tx_approve
Add an approveHash signature to a pending Safe transaction proposed elsewhere, enabling multi-signature approval. Returns an UnsignedTx for broadcast.
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 |