Documentation ¶
Index ¶
Constants ¶
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 ¶
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 ¶
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.