
Struct property of block_bucket_row
{ "name": "verify_info_data", "base": "", "fields": [ { "name": "miner", "type": "name" }, { "name": "btc_miners", "type": "string[]" }, { "name": "previous_block_hash", "type": "checksum256" }, { "name": "work", "type": "checksum256" }, { "name": "witness_reserve_value", "type": "checksum256?" }, { "name": "witness_commitment", "type": "checksum256?" }, { "name": "has_witness", "type": "bool" }, { "name": "header_merkle", "type": "checksum256" }, { "name": "relay_header_merkle", "type": "checksum256[]" }, { "name": "relay_witness_merkle", "type": "checksum256[]" }, { "name": "num_transactions", "type": "uint64" }, { "name": "processed_transactions", "type": "uint64" }, { "name": "processed_position", "type": "uint64" }, { "name": "timestamp", "type": "uint32" }, { "name": "bits", "type": "uint32" } ] }