utils

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

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 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳