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
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