Skip to main content

DeployTxOptionsBase

Midnight.js API Reference v2.0.2


Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / DeployTxOptionsBase

Type Alias: DeployTxOptionsBase<C>

DeployTxOptionsBase<C> = ContractConstructorOptionsWithArguments<C> & object

Base type for deploy transaction configuration.

Type declaration

signingKey

readonly signingKey: SigningKey

The signing key to add as the to-be-deployed contract's maintenance authority.

Type Parameters

C

C extends Contract