eth_sendRawTransactionSync
Path parameters
Request
The signed transaction data, RLP-encoded and hex-encoded.
Maximum wait time in milliseconds. Must be a positive integer between 1 and the node-configured maximum timeout.
Response
The actual value per gas deducted from the sender’s account. Before EIP-1559, this is equal to the transaction’s gas price. After, it is equal to baseFeePerGas + min(maxFeePerGas - baseFeePerGas, maxPriorityFeePerGas).
The amount of blob gas used for this specific transaction. Only specified for blob transactions as defined by EIP-4844.
The post-transaction state root. Only specified for transactions included before the Byzantium upgrade.
Either 1 (success) or 0 (failure). Only specified for transactions included after the Byzantium upgrade.
The actual value per gas deducted from the sender’s account for blob gas. Only specified for blob transactions as defined by EIP-4844.