We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
transactions_root
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.