rpc

package
v0.9.39 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2015 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Overview

Package rpc implements the Ethereum JSON-RPC API.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Jeth added in v0.9.17

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

func NewJeth added in v0.9.17

func NewJeth(ethApi shared.EthereumApi, re *jsre.JSRE, client comms.EthereumClient) *Jeth

func (*Jeth) Send added in v0.9.17

func (self *Jeth) Send(call otto.FunctionCall) (response otto.Value)

type Xeth added in v0.9.34

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

Xeth is a native API interface to a remote node.

func NewXeth added in v0.9.34

func NewXeth(client comms.EthereumClient) *Xeth

NewXeth constructs a new native API interface to a remote node.

func (*Xeth) Call added in v0.9.34

func (self *Xeth) Call(method string, params []interface{}) (map[string]interface{}, error)

Call invokes a method with the given parameters are the remote node.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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