Generate a TypeScript module augmentation that extends the
Contracts interface with typed method signatures for each
installed contract.
The output is written to .cdm/contracts.d.ts (or equivalent) and
augments "@polkadot-apps/contracts" so that
ContractManager.getContract() returns fully-typed handles.
Generate a TypeScript module augmentation that extends the Contracts interface with typed method signatures for each installed contract.
The output is written to
.cdm/contracts.d.ts(or equivalent) and augments"@polkadot-apps/contracts"so thatContractManager.getContract()returns fully-typed handles.