hardhat
Version:
Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.
15 lines • 540 B
TypeScript
import { Bytecode } from "./model";
export declare class ContractsIdentifier {
private readonly _enableCache;
private _trie;
private _cache;
constructor(_enableCache?: boolean);
addBytecode(bytecode: Bytecode): void;
getBytecodeForCall(code: Uint8Array, isCreate: boolean): Bytecode | undefined;
private _searchBytecode;
/**
* Returns true if the lastByte is placed right when the metadata starts or after it.
*/
private _isMatchingMetadata;
}
//# sourceMappingURL=contracts-identifier.d.ts.map