|
|
@ -758,12 +758,14 @@ namespace xmreg {
|
|
|
|
{"blk_hash" , blk_hash_str},
|
|
|
|
{"blk_hash" , blk_hash_str},
|
|
|
|
{"blk_height" , _blk_height},
|
|
|
|
{"blk_height" , _blk_height},
|
|
|
|
{"blk_timestamp" , blk_timestamp},
|
|
|
|
{"blk_timestamp" , blk_timestamp},
|
|
|
|
|
|
|
|
{"blk_timestamp_epoch" , blk.timestamp},
|
|
|
|
{"prev_hash" , prev_hash_str},
|
|
|
|
{"prev_hash" , prev_hash_str},
|
|
|
|
{"next_hash" , next_hash_str},
|
|
|
|
{"next_hash" , next_hash_str},
|
|
|
|
{"have_next_hash" , have_next_hash},
|
|
|
|
{"have_next_hash" , have_next_hash},
|
|
|
|
{"have_prev_hash" , have_prev_hash},
|
|
|
|
{"have_prev_hash" , have_prev_hash},
|
|
|
|
{"have_txs" , have_txs},
|
|
|
|
{"have_txs" , have_txs},
|
|
|
|
{"no_txs" , std::to_string(blk.tx_hashes.size())},
|
|
|
|
{"no_txs" , std::to_string(
|
|
|
|
|
|
|
|
blk.tx_hashes.size())},
|
|
|
|
{"blk_age" , age.first},
|
|
|
|
{"blk_age" , age.first},
|
|
|
|
{"delta_time" , delta_time},
|
|
|
|
{"delta_time" , delta_time},
|
|
|
|
{"blk_nonce" , blk.nonce},
|
|
|
|
{"blk_nonce" , blk.nonce},
|
|
|
|