ConsolidatedInteractionResponse

Overview

The ConsolidatedInteractionResponse interface represents the result of a two-phase consolidated interaction. It includes the setup and reveal transaction hex and IDs, total fees, chunk count, data size, challenge solution, input UTXOs, and the compiled target script.

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

Import

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

Interface

IConsolidatedInteractionResult