ethereum

package
v1.2.0-rc Latest Latest
Warning

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

Go to latest
Published: May 7, 2020 License: MIT Imports: 24 Imported by: 6

Documentation

Index

Constants

View Source
const SignatureSize = 65

SignatureSize is a byte size of a signature calculated by Ethereum with recovery-id, V, included. The signature consist of three values (R,V,S) in the following order: R = [0:31] S = [32:63] V = [64]

Variables

This section is empty.

Functions

func Connect

func Connect(config ethereum.Config) (chain.Handle, error)

Connect makes the network connection to the Ethereum network and returns a standard handle to the chain interface. Note: for other things to work correctly the configuration will need to reference a websocket, "ws://", or local IPC connection.

func ConnectUtility

func ConnectUtility(config ethereum.Config) (chain.Utility, error)

ConnectUtility makes the network connection to the Ethereum network and returns a utility handle to the chain interface with additional methods for non- standard client interactions. Note: for other things to work correctly the configuration will need to reference a websocket, "ws://", or local IPC connection.

Types

This section is empty.

Jump to

Keyboard shortcuts

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