resume_transport
Finalize a pending transport payment by re-submitting its signature on-chain, auto-approving $CPU. Does not create a new transport or re-escrow. Safe to retry; checks expiry and replay guard.
Instructions
Finish paying a pending paid transport (from get_pending_transports) by its jobId: it re-submits the already-issued signature on-chain (auto-approving $CPU first), without creating a new transport or re-escrowing. Safe to retry — it checks the signature deadline and the on-chain replay guard, and reports if the action is already paid or has expired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The jobId of a pending paid transport (from `get_pending_transports`) to finish paying. |