DeployTxOptionsBase
Midnight.js API Reference v3.1.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
readonlysigningKey:SigningKey
The signing key to add as the to-be-deployed contract's maintenance authority.
Type Parameters
C
C extends Contract.Any