Skip to main content

CallOptionsBase

Midnight.js API Reference v2.0.2


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

ICK​

ICK extends ImpureCircuitId<C>

Properties​

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.