UNPKG

@0x/contracts-test-utils

Version:
6 lines 226 B
import { ContractArtifact } from 'ethereum-types'; /** * Get the codesize of a provided artifact. */ export declare function getCodesizeFromArtifact(artifact: ContractArtifact): number; //# sourceMappingURL=codesize.d.ts.map