BlockResponse {
Timestamp int64
PreviousHash [32]byte
Transactions []TransactionResponse
RegisteredAddresses []string
}
|
The block data structure for response
The block timestamp
The hash of the previous block in the chain
The block transactions
The addresses registered in the PoH registry
|
{
"Timestamp": 1667768884780639700
"PreviousHash": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32]
"Transactions": []
"RegisteredAddresses": [ 0xf14DB86A3292ABaB1D4B912dbF55e8abc112593a ]
}
|