eth_sendRawTransaction - Viction RPC Method
Submit signed transactions to Viction. Essential for broadcasting transactions for gasless token operations, consumer-friendly dApps, and cost-free user onboarding.
Submits a pre-signed transaction for broadcast to Viction.
Why Viction? Build on the zero-gas L1 blockchain making Web3 accessible with 150 masternodes and VRC25 gasless tokens with zero-gas transactions via TomoZ, VRC25 gasless token standard, 150 masternodes, and partnerships with LayerZero and MoonPay.
Use Cases
The eth_sendRawTransaction method is essential for:
- Broadcasting transactions - Submit signed transactions to the network
- Wallet operations - Send native tokens and interact with contracts
- DeFi operations - Execute swaps, provide liquidity for gasless token operations, consumer-friendly dApps, and cost-free user onboarding
- Batch operations - Submit multiple transactions efficiently
Code Examples
Error Handling
| Error Code | Message | Description |
|---|---|---|
| -32000 | Nonce too low | Transaction nonce already used |
| -32000 | Insufficient funds | Account has insufficient balance |
| -32000 | Gas too low | Gas limit insufficient |
| -32000 | Replacement underpriced | Gas price too low for replacement |
Related Methods
eth_estimateGas- Estimate gas requiredeth_gasPrice- Get current gas priceeth_getTransactionReceipt- Get transaction result
eth_accounts
Returns a list of addresses owned by the client on Viction. Typically returns an empty array on public RPC endpoints.
eth_getTransactionByHash
Retrieve transaction details by hash on Viction. Essential for consumer dApp developers, teams requiring gasless UX, and builders targeting mainstream adoption tracking transactions on the zero-gas L1 blockchain making Web3 accessible with 150 masternodes and VRC25 gasless tokens.