rpc

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2016 License: GPL-3.0 Imports: 13 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, fe xeth.Frontend) *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
package user agent provides frontends and agents which can interact with the user
package user agent provides frontends and agents which can interact with the user

Jump to

Keyboard shortcuts

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