UnsubmittedDeployTxPrivateData
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / UnsubmittedDeployTxPrivateData
Type Alias: UnsubmittedDeployTxPrivateData<C>
UnsubmittedDeployTxPrivateData<
C> =object
Base type for private data relevant to an unsubmitted deployment transaction.
Type Parameters
C
C extends Contract
Properties
initialPrivateState
readonlyinitialPrivateState:PrivateState<C>
The initial private state of the contract deployed to the blockchain. This value is persisted if the transaction succeeds.
signingKey
readonlysigningKey:SigningKey
The signing key that was added as the deployed contract's maintenance authority.