Message Submission
eth_sendMessageBlob
Parameters
{
"from": "0x...", // Sender address (20 bytes)
"data": "0x...", // Payload (max 8192 bytes / 8 KB)
"signature": "0x...", // ECDSA signature (65 bytes)
"targetBlock": "0x0", // 0 = auto-assign to next available slot
"nonce": "0x...", // Per-sender nonce scoped to the target block
"chainId": "0x1a5", // Chain ID (421)
"bid": "0x0", // 0 = Standard Lane, bid ≥ MinPMBid = Priority Lane
"vdfCheckpoints": ["0x..."], // Required for Standard Lane (bid=0)
"vdfCheckpointInterval": "0x...", // Checkpoint spacing
"vdfIterations": "0x...", // Total iterations
"vdfAlgVersion": "0x1" // VDF algorithm version (current: 1)
}Response
Example: Priority Message
Example: Free Message (SM)
Errors
Message
Description
eth_getMessageWork
Parameters
Response
Field
Description
Last updated