Skip to main content

@midnight-ntwrk/midnight-js-contracts v0.2.5 • API


Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-contracts / DeployTxOptions

Type alias: DeployTxOptions<PS, C>

DeployTxOptions<PS, C>: DeployTxOptionsBaseWithArguments<PS, C> & Object

Complete deployment transaction configuration.

Type declaration

signingKey

readonly signingKey: SigningKey

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

Type parameters

PS

C extends Contract<PS>