UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

4 lines 257 B
import { DownloadedContract } from '../../../core/types.broker'; import { ContractData } from '../../../entities/types'; export declare const hashContract: (contract: ContractData | DownloadedContract) => string; //# sourceMappingURL=contractHasher.d.ts.map