CallOptionsWithArguments
Midnight.js API Reference v3.1.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallOptionsWithArguments
Type Alias: CallOptionsWithArguments<C, ICK>
CallOptionsWithArguments<
C,ICK> =Contract.CircuitParameters<C,ICK> extends [] ?CallOptionsBase<C,ICK> :CallOptionsBase<C,ICK> &object
Conditional type that optionally adds the inferred circuit argument types to the options for a circuit call.
Type Parameters
C
C extends Contract.Any
ICK
ICK extends Contract.ImpureCircuitId<C>