DeployTxOptionsWithPrivateStateId
For the complete documentation index, see llms.txt
Midnight.js API Reference v4.0.4
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / DeployTxOptionsWithPrivateStateId
Type Alias: DeployTxOptionsWithPrivateStateId<C>
DeployTxOptionsWithPrivateStateId<
C> =DeployTxOptionsWithPrivateState<C> &object
Configuration for creating deploy transactions for contracts with private state. This configuration is used when a deployment transaction is created and an initial private state needs to be stored, as is the case in submitDeployTx.
Type Declaration
privateStateId
readonlyprivateStateId:PrivateStateId
컨트랙트 프라이빗 상태의 식별자입니다.
Type Parameters
C
C extends Contract.Any