IHashCommittedP2WSH

Overview

The IHashCommittedP2WSH interface represents a P2WSH address with hash commitments for the CHCT (Censorship-Resistant Hash Committed Transaction) system. It includes the data chunk hashes, the actual data chunks for later reveal, the chunk starting index, and the P2WSH script public key.

The full source code is available on GitHub at IConsolidatedTransactionParameters.ts.

Import

import { IHashCommittedP2WSH } from '@btc-vision/transaction';

Interface

IHashCommittedP2WSH