# Functions
ConvertHardhatBytesToCompiledContract is a helper method to convert the embedded bytes from a Hardhat JSON file into an instance of the CompiledContract type.
ConvertPrecompileHardhatBytesToCompiledContract is a helper method to convert the embedded bytes from a Hardhat JSON file into an instance of the CompiledContract type.
LegacyLoadContractFromJSONFile is a helper method to convert the embedded bytes from a JSON file, that contain compilation information, into a CompiledContract instance.
LoadContractFromJSONFile is a helper method to convert the embedded bytes from a JSON file, that contain compilation information from Hardhat, into a CompiledContract instance.