Package Sequencing and Submission on DogeCoin
{
"blockHash": "0x...", // Hash of the L2 block containing the batched transactions
"transactions": [
{
"id": "0x...", // Unique identifier for the L2 transaction
"data": "..." // Encoded L2 transaction data
},
// ... more transactions within the batch
],
"proof": "0x..." // Proof representing the entire transaction batch
}Last updated