Skip to content

LoadedContractFor

LoadedContractFor<M> = LoadedContract<InferLedger<M>, InferCircuits<M>, InferActions<M>>

Defined in: src/Contract.ts:157

Shorthand for LoadedContract<InferLedger<M>, InferCircuits<M>, InferActions<M>>.

Type Parameters

M

M extends ContractModule

Example

import * as CounterContract from './contracts/counter/contract/index.js';
let loaded: LoadedContractFor<typeof CounterContract>;

Since

0.12.0