ethereum

package
v0.0.45 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractContracts

func ExtractContracts(stackName string, containerName string, dirName string, verbose bool) error

func ReadCompiledContract

func ReadCompiledContract(filePath string) (*types.Contract, error)

Types

type CompiledContract added in v0.0.45

type CompiledContract struct {
	ABI      interface{} `json:"abi"`
	Bytecode string      `json:"bin"`
}

type CompiledContracts added in v0.0.45

type CompiledContracts struct {
	Contracts map[string]*CompiledContract `json:"contracts"`
}

func ReadCombinedABIJSON added in v0.0.45

func ReadCombinedABIJSON(filePath string) (*CompiledContracts, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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