We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The wiki is deprecated by the docs site. Go to the docs site | Contribute to the docs site
Transaction is serialized via molecule in CKB. Its schema is:
table Transaction { raw: RawTransaction, witnesses: BytesVec, }
The transaction hash is the ckbhash on the serialized raw.
raw
See also Transaction » Transaction Witness Hash