CallOptionsBase
Midnight.js API Reference v3.1.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallOptionsBase
Type Alias: CallOptionsBase<C, ICK>
CallOptionsBase<
C,ICK> =object
Describes the target of a circuit invocation.
Type Parameters
C
C extends Contract.Any
ICK
ICK extends Contract.ImpureCircuitId<C>
Properties
circuitId
readonlycircuitId:ICK
The identifier of the circuit to call.
compiledContract
readonlycompiledContract:CompiledContract.CompiledContract<C,any>
The contract defining the circuit to call.
contractAddress
readonlycontractAddress:ContractAddress
The address of the contract being executed.