resume_transport
Completes payment of a pending paid transport by re-submitting its signature on-chain, reusing the issued signature without re-escrowing. Reports if already paid or expired.
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. |