Skip to main content

Midnight.js API Reference v1.0.0


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