ISetupTransactionResult

Overview

The ISetupTransactionResult interface represents the result of a CHCT setup transaction. It includes the signed transaction hex, transaction ID, created P2WSH outputs with reveal metadata, fees paid, chunk count, and total data size.

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

Import

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

Interface

ISetupTransactionResult