Skip to main content

ContractConstructorOptionsBase

Midnight.js API Reference v3.1.0


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.Any

Properties

compiledContract

readonly compiledContract: CompiledContract.CompiledContract<C, any>

The compiled contract defining the circuit to call.