eth_sendBlobs
Originators no longer need to guess the number of blobs to send, ensuring optimal utilisation of the 6-blob limit per block.
{
"jsonrpc": "2.0",
"id": "1",
"method": "eth_sendBlobs”,
"params": [
{
txs, // Array[String], A list of blob transactions. One transaction per blob permutation.
maxBlockNumber, // (Optional) String, a hex-encoded string representing the block number of the last block in which the transactions should be included.
}
}Background
Functionality
Example
Response example
Last updated