ethereum

package
v1.3.17 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2020 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LogTag = log.Service("crosschain-connector")

Functions

func ABIPackFunctionInputArguments added in v0.7.1

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

func ABIUnpackAllEventArguments added in v0.7.1

func ABIUnpackAllEventArguments(abi abi.ABI, out interface{}, eventName string, packedOutput []byte) error

go-ethereum normally only unpacks non-indexed event arguments, this hack is needed to make it unpack everything the other option was to duplicate its code and alter it, which we prefer not to do

func ABIUnpackFunctionOutputArguments added in v0.7.1

func ABIUnpackFunctionOutputArguments(abi abi.ABI, out interface{}, functionName string, packedOutput []byte) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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