IConsolidatedInteractionResult

Overview

The IConsolidatedInteractionResult interface represents the complete result of a two-phase consolidated interaction. It includes the setup transaction result, reveal transaction result, and total fees paid across both transactions.

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

Import

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

Interface

IConsolidatedInteractionResult