solknife_reclaim_rent_execute
Submit reclaim-rent close-batch tx(s) (signed). Each is re-verified against fresh on-chain state for the wallet's reclaimable accounts. Returns per-tx outcomes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | A Solana address in base58, 32-44 chars. | |
| signedTransactions | Yes | The signed base64 transactions from /build, in the order /build returned them. | |
| lastValidBlockHeight | Yes | The `lastValidBlockHeight` returned alongside the unsigned tx by /build. Past this block height the tx can no longer land. |