CallOptionsBase
Midnight.js API Reference v4.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / CallOptionsBase
Type Alias: CallOptionsBase<C, PCK>
CallOptionsBase<
C,PCK> =object
Describes the target of a circuit invocation.
Type Parameters
C
C extends Contract.Any
PCK
PCK extends Contract.ProvableCircuitId<C>
Properties
circuitId
readonlycircuitId:PCK
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.