ethereum

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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

func NewEthereumCrosschainConnector

func NewEthereumCrosschainConnector(connection adapter.EthereumConnection, logger log.BasicLogger) services.CrosschainConnector

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