ethereum

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2021 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Bool    = "bool"
	Address = "address"
	Int64   = "int64"
	Uint64  = "uint64"
	Int32   = "int32"
	Uint32  = "uint32"
	Int8    = "int8"
	Uint8   = "uint8"
	Bytes32 = "bytes32"
	String  = "string"
)

Variables

This section is empty.

Functions

func ABIUnmarshal

func ABIUnmarshal(abi abi.ABI, args [][]byte, funcName string) ([]interface{}, error)

func GetEtherCMD

func GetEtherCMD() *cli.Command

func StartEthereum

func StartEthereum(repoPath, mod string) error

func StopEthereum

func StopEthereum(repoPath string) error

func UnpackOutput

func UnpackOutput(abi abi.ABI, method string, receipt string) ([]interface{}, error)

Types

type CompileResult

type CompileResult struct {
	Abi   []string
	Bins  []string
	Types []string
}

type EtherSession

type EtherSession struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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