ICancelTransactionParameters

Overview

The ICancelTransactionParameters interface configures transaction cancellation. It extends base transaction parameters while omitting fee-related fields, and requires the compiled target script of the transaction being cancelled.

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

Import

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

Interface

ICancelTransactionParameters