Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertHardhatBytesToCompiledContract ¶
func ConvertHardhatBytesToCompiledContract(bz []byte) (evmtypes.CompiledContract, error)
ConvertHardhatBytesToCompiledContract is a helper method to convert the embedded bytes from a Hardhat JSON file into an instance of the CompiledContract type.
func LegacyLoadContractFromJSONFile ¶
func LegacyLoadContractFromJSONFile(jsonFile string) (evmtypes.CompiledContract, error)
LegacyLoadContractFromJSONFile is a helper method to convert the embedded bytes from a JSON file, that contain compilation information, into a CompiledContract instance.
NOTE: This is used for contracts that were compiled manually and not using the current Hardhat setup.
func LoadContractFromJSONFile ¶
func LoadContractFromJSONFile(jsonFile string) (evmtypes.CompiledContract, error)
LoadContractFromJSONFile is a helper method to convert the embedded bytes from a JSON file, that contain compilation information from Hardhat, into a CompiledContract instance.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.