Documentation
¶
Index ¶
- type Handler
- func (h *Handler) ClassesHandler(stream network.Stream)
- func (h *Handler) Close()
- func (h *Handler) EventsHandler(stream network.Stream)
- func (h *Handler) HeadersHandler(stream network.Stream)
- func (h *Handler) StateDiffHandler(stream network.Stream)
- func (h *Handler) TransactionsHandler(stream network.Stream)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(bcReader blockchain.Reader, log utils.SimpleLogger) *Handler
func (*Handler) ClassesHandler ¶
func (*Handler) EventsHandler ¶
func (*Handler) HeadersHandler ¶
func (*Handler) StateDiffHandler ¶
func (*Handler) TransactionsHandler ¶
Click to show internal directories.
Click to hide internal directories.