IInteractionParameters

Overview

The IInteractionParameters interface configures contract interaction transactions. It includes the encoded calldata, the target address, and an optional contract address when the recipient differs from the contract being called.

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

Import

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

Interface

IInteractionParameters