Submits a signed transaction to the cluster for processing
Code | Message | Solution |
---|---|---|
-32601 | Method not found | Verify you’re connected to a Solana RPC node |
-32602 | Invalid params | Check transaction format and encoding |
-32003 | Transaction simulation failed | Verify transaction validity and account balances |
-32004 | Blockhash not found | Use a more recent blockhash |
-32005 | Node is behind | Try a different RPC node |
-32006 | Transaction already processed | Transaction was already submitted |
-32007 | Transaction signature verification failed | Check transaction signatures |