-
Notifications
You must be signed in to change notification settings - Fork 232
Header » transactions_root
ian edited this page Aug 27, 2020
·
3 revisions
The wiki is deprecated by the docs site. Go to the docs site | Contribute to the docs site
The field transactions_root
in header is
ckbhash(T || W)
ckbhash is the hash function,
||
denotes binary concatenation.
T is the root of a CKB Merkle Tree, which items are the transaction hashes of all the transactions in the block.
W is also the root of a CKB Merkle Tree, but the items are the transaction witness hashes of all the transactions in the block.