submit_transaction
Submit a locally-signed transaction for execution. The transaction must be the exact bytes returned by build_request, signed by the payer address, and submitted with the same requestId. Idempotent: resubmitting returns the current deployment state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | Yes | The requestId returned by build_request — binds this submit to its prepared transaction. | |
| transaction | Yes | Base64-encoded fully-signed Solana transaction (the build_request output signed locally). |