Midnight.js API Reference v1.0.0
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
readonly
initialPrivateState:PrivateState
<C
>
The initial private state of the contract deployed to the blockchain. This value is persisted if the transaction succeeds.
signingKey
readonly
signingKey:SigningKey
The signing key that was added as the deployed contract's maintenance authority.