Blockchain
關於鏈狀態級別 db (UXTO)
已經找到了許多關於 chainstats db 的有用資訊。
如: 區塊鏈levelDB中使用的key是什麼(即key:value對是什麼)?
但是最後一項的含義是什麼?
'B' -> 32-byte block hash: the block hash up to which the database represents the unspent transaction outputs.
這是否意味著數據庫中有一行,哪個鍵是常量“B”,值是最新的塊雜湊?
這是否意味著數據庫中有一行,哪個鍵是常量“B”,值是最新的塊雜湊?
正確的。