IRevealTransactionResult

Overview

The IRevealTransactionResult interface represents the result of a CHCT reveal transaction. It includes the signed transaction hex, transaction ID, total data revealed, fees paid, and number of inputs spent.

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

Import

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

Interface

IRevealTransactionResult