Documentation
¶
Index ¶
- func ConvertHardhatBytesToCompiledContract(bz []byte) (evmtypes.CompiledContract, error)
- func ConvertPrecompileHardhatBytesToCompiledContract(bz []byte) (evmtypes.CompiledContract, error)
- func LegacyLoadContractFromJSONFile(jsonFile string) (evmtypes.CompiledContract, error)
- func LoadContractFromJSONFile(jsonFile string) (evmtypes.CompiledContract, error)
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 ConvertPrecompileHardhatBytesToCompiledContract ¶
func ConvertPrecompileHardhatBytesToCompiledContract(bz []byte) (evmtypes.CompiledContract, error)
ConvertPrecompileHardhatBytesToCompiledContract is a helper method to convert the embedded bytes from a Hardhat JSON file into an instance of the CompiledContract type.
NOTE: The precompile implementations have to special property that the binary data is empty.
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.