CallOptionsWithPrivateState
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallOptionsWithPrivateState
Type Alias: CallOptionsWithPrivateState<C, ICK>
CallOptionsWithPrivateState<
C,ICK> =CallOptionsWithProviderDataDependencies<C,ICK> &object
Call options for contracts with private state.
Type declaration
initialPrivateState
readonlyinitialPrivateState:PrivateState<C>
The private state to run the circuit against.
Type Parameters
C
C extends Contract
ICK
ICK extends ImpureCircuitId<C>