handlers

package
v0.0.0-...-77b6ffe Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetBlockHandler

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

func (GetBlockHandler) Name

func (h GetBlockHandler) Name() string

func (GetBlockHandler) Params

func (h GetBlockHandler) Params() interface{}

func (GetBlockHandler) Result

func (h GetBlockHandler) Result() interface{}

func (GetBlockHandler) ServeJSONRPC

func (h GetBlockHandler) ServeJSONRPC(c context.Context, params *fastjson.RawMessage) (interface{}, *jsonrpc.Error)

type GetBlockHashHandler

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

func (GetBlockHashHandler) Name

func (h GetBlockHashHandler) Name() string

func (GetBlockHashHandler) Params

func (h GetBlockHashHandler) Params() interface{}

func (GetBlockHashHandler) Result

func (h GetBlockHashHandler) Result() interface{}

func (GetBlockHashHandler) ServeJSONRPC

func (h GetBlockHashHandler) ServeJSONRPC(c context.Context, params *fastjson.RawMessage) (interface{}, *jsonrpc.Error)

type GetHeaderHandler

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

func (GetHeaderHandler) Name

func (h GetHeaderHandler) Name() string

func (GetHeaderHandler) Params

func (h GetHeaderHandler) Params() interface{}

func (GetHeaderHandler) Result

func (h GetHeaderHandler) Result() interface{}

func (GetHeaderHandler) ServeJSONRPC

func (h GetHeaderHandler) ServeJSONRPC(c context.Context, params *fastjson.RawMessage) (result interface{}, err *jsonrpc.Error)

type GetReceiptHandler

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

func (GetReceiptHandler) Name

func (h GetReceiptHandler) Name() string

func (GetReceiptHandler) Params

func (h GetReceiptHandler) Params() interface{}

func (GetReceiptHandler) Result

func (h GetReceiptHandler) Result() interface{}

func (GetReceiptHandler) ServeJSONRPC

func (h GetReceiptHandler) ServeJSONRPC(c context.Context, params *fastjson.RawMessage) (interface{}, *jsonrpc.Error)

type GetTxHandler

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

func (GetTxHandler) Name

func (s GetTxHandler) Name() string

func (GetTxHandler) Params

func (s GetTxHandler) Params() interface{}

func (GetTxHandler) Result

func (s GetTxHandler) Result() interface{}

func (GetTxHandler) ServeJSONRPC

func (s GetTxHandler) ServeJSONRPC(c context.Context, params *fastjson.RawMessage) (interface{}, *jsonrpc.Error)

type SendTxHandler

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

func (SendTxHandler) Name

func (h SendTxHandler) Name() string

func (SendTxHandler) Params

func (h SendTxHandler) Params() interface{}

func (SendTxHandler) Result

func (h SendTxHandler) Result() interface{}

func (SendTxHandler) ServeJSONRPC

func (s SendTxHandler) ServeJSONRPC(c context.Context, params *fastjson.RawMessage) (interface{}, *jsonrpc.Error)

Jump to

Keyboard shortcuts

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