ICustomTransactionParameters

Overview

The ICustomTransactionParameters interface configures custom script transactions. It includes the script stack, witness data, an optional Taproot annex payload, and the target address for arbitrary Bitcoin script execution.

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

Import

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

Interface

ICustomTransactionParameters