Segregated Witness

From Bitcoin Wiki
Revision as of 10:10, 24 June 2017 by Ysangkok (talk | contribs) (→‎See Also: link dev guide)
Jump to navigation Jump to search

This page is a stub. Help by expanding it.

Segregated Witness (aka "SegWit") defines a new structure called a "witness" that is committed to blocks separately from the transaction merkle tree. This structure contains data required to check transaction validity but not required to determine transaction effects. In particular, scripts and signatures are moved into this new structure.

See Also