ContractConstructorOptionsWithArguments
Midnight.js API Reference v3.1.0
Midnight.js API Reference / @midnight-ntwrk/midnight-js-contracts / ContractConstructorOptionsWithArguments
Type Alias: ContractConstructorOptionsWithArguments<C>
ContractConstructorOptionsWithArguments<
C> =Contract.InitializeParameters<C> extends [] ?ContractConstructorOptionsBase<C> :ContractConstructorOptionsBase<C> &object
Conditional type that optionally adds the inferred contract constructor argument types to the constructor options.
Type Parameters
C
C extends Contract.Any