Skip to content

Transaction » Transaction Witness Hash

ian edited this page Aug 27, 2020 · 2 revisions

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 witness hash is the ckbhash on the serialized transaction.

See also Transaction » Transaction Hash