solknife_ct_submit
Submit a CT signed tx (single-tx ops) or saga (multi-tx ops). op discriminates. For saga ops (withdraw, transfer, reclaim-orphans) supply signedTransactions (an array); otherwise supply signedTransaction. The server re-verifies the saga shape + fee per op before relaying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| signedTransaction | No | The base64 VersionedTransaction returned by the matching /build call, signed with your key. Do not submit it yourself; this endpoint submits it. | |
| signedTransactions | No | 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. |