api

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2022 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlockNumberFreeze = "blockNumberFreeze"
	BlockNumberRecord = "blockNumberRecord"
)
View Source
const (
	JSONContent = "application/json; charset=utf-8"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Api

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

func NewApi added in v0.0.3

func NewApi(call *callback.Callback, rpc *rpc.Caller, logger logging.Logger) *Api

func (*Api) Execute added in v0.0.3

func (api *Api) Execute(w http.ResponseWriter, r *http.Request)

func (*Api) Server added in v0.0.3

func (api *Api) Server(port string) *http.Server

type RpcMessage

type RpcMessage struct {
	Method string        `json:"method,omitempty"`
	Params []interface{} `json:"params,omitempty"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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