package
0.0.0-20230803065340-eb934a0893fc
Repository: https://github.com/sliceledger-blockchain/slice-ledger.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
New creates a new `Hardhat` struct and reads all of the files from disk so that they are cached for the end user.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Artifact represents a hardhat compilation artifact The Bytecode and DeployedBytecode are not guaranteed to be hexutil.Bytes when there are link references.
BuildInfo represents a hardhat build info artifact that is created after compilation.
DebugFile represents the debug file that contains the path to the build info file.
Deployment represents a hardhat-deploy artifact file.
`Hardhat` encapsulates all of the functionality required to interact with hardhat style artifacts.
LinkReferenceOffset represents the offsets in a link reference.
Log represents the logs in the hardhat deploy artifact receipt.
No description provided by the author
Receipt represents the receipt held in a hardhat-deploy artifact file.

# Type aliases

LinkReference represents a single linked contract.
LinkReferences represents the linked contracts.