Submit Signed Transaction
sap_submit_signed_transactionSubmit a signed Solana transaction through the configured RPC endpoint, with policy-compliant retries and audit tracking.
Instructions
Submit a signed Solana transaction produced by sap_sign_transaction through the configured RPC endpoint. Use this instead of custom sendRawTransaction scripts so policy, retries, and audit stay inside SAP MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| encoding | No | Input encoding | |
| maxRetries | No | Maximum RPC send retries | |
| skipPreflight | No | Skip RPC preflight checks | |
| signedTransaction | No | Signed serialized transaction |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |