package
0.0.0-20250108125741-e95afb000453
Repository: https://github.com/evmos/os.git
Documentation: pkg.go.dev
# 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.