IDeploymentParameters

Overview

The IDeploymentParameters interface configures contract deployment transactions. It includes the contract bytecode, an optional constructor calldata, random bytes for uniqueness, and the required challenge solution.

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

Import

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

Interface

IDeploymentParameters