Skip to main content

CallTxOptionsWithPrivateStateId

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallTxOptionsWithPrivateStateId

Type Alias: CallTxOptionsWithPrivateStateId<C, PCK>

CallTxOptionsWithPrivateStateId<C, PCK> = CallTxOptionsBase<C, PCK> & object

Call transaction options with the private state ID to use to store the new private state resulting from the circuit call. Since a private state should already be stored at the given private state ID, we don't need an 'initialPrivateState' like in DeployTxOptionsWithPrivateState.

Type Declaration

privateStateId

readonly privateStateId: PrivateStateId

컨트랙트 프라이빗 상태의 식별자입니다.

Type Parameters

C

C extends Contract.Any

PCK

PCK extends Contract.ProvableCircuitId<C>