21 lines
381 B
JSON
21 lines
381 B
JSON
[
|
|
{
|
|
"previousBlockhash":"previous-a",
|
|
"blockhash":"block-a",
|
|
"parentSlot":1,
|
|
"blockTime":null,
|
|
"blockHeight":null
|
|
},
|
|
{
|
|
"previousBlockhash":"previous-b",
|
|
"blockhash":"block-b",
|
|
"parentSlot":2,
|
|
"transactions":null,
|
|
"signatures":null,
|
|
"rewards":null,
|
|
"numRewardPartitions":null,
|
|
"blockTime":null,
|
|
"blockHeight":null
|
|
}
|
|
]
|