artifact

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadArtifactData

func ReadArtifactData(rootFolder, contractPath, contractName string) ([]byte, error)

Types

type Artifact

type Artifact struct {
	Abi              *abi.ABI
	Bytecode         []byte
	DeployedBytecode []byte
}

func DecodeArtifact

func DecodeArtifact(data []byte) (*Artifact, error)

type HexArtifact

type HexArtifact struct {
	Abi              *abi.ABI
	ByteCode         string
	DeployedBytecode string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL