Skip to main content

ContractConstructorOptionsBase

Midnight.js API Reference v2.0.2


Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / ContractConstructorOptionsBase

Type Alias: ContractConstructorOptionsBase<C>

ContractConstructorOptionsBase<C> = object

Describes the target of a circuit invocation.

Type Parameters​

C​

C extends Contract

Properties​

contract​

readonly contract: C

The contract defining the circuit to call.