@midnight-ntwrk/midnight-js-contracts v0.2.5 • API
Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-contracts / CallOptionsBase
Type alias: CallOptionsBase<C, ICK>
CallOptionsBase<
C
,ICK
>:Object
Base type for a circuit call configuration.
Type parameters
• C extends Contract
• ICK extends ImpureCircuitId
<C
>
Type declaration
circuitId
readonly
circuitId:ICK
The identifier of the circuit to call.
contract
readonly
contract:C
The contract defining the circuit to call.
contractAddress
readonly
contractAddress:ContractAddress
The address of the contract being executed.