handlers

package
v0.0.0-...-a0055f1 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2018 License: Apache-2.0 Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssembleBlockHandler

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

func NewAssembleBlockHandler

func NewAssembleBlockHandler(db *fdb.Database, redisClient *redis.Client, signingKey []byte) *AssembleBlockHandler

func (*AssembleBlockHandler) Handle

func (*AssembleBlockHandler) HandlerFunc

func (h *AssembleBlockHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

type CreateFundingTXHandler

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

func NewCreateFundingTXHandler

func NewCreateFundingTXHandler(db *fdb.Database, redisClient *redis.Client, signingKey []byte) *CreateFundingTXHandler

func (*CreateFundingTXHandler) Handle

func (*CreateFundingTXHandler) HandlerFunc

func (h *CreateFundingTXHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

type CreateUTXOHandler

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

func NewCreateUTXOHandler

func NewCreateUTXOHandler(db *fdb.Database) *CreateUTXOHandler

func (*CreateUTXOHandler) Handle

func (*CreateUTXOHandler) HandlerFunc

func (h *CreateUTXOHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

type LastBlockHandler

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

func NewLastBlockHandler

func NewLastBlockHandler(db *fdb.Database) *LastBlockHandler

func (*LastBlockHandler) Handle

func (h *LastBlockHandler) Handle(w http.ResponseWriter, r *http.Request)

func (*LastBlockHandler) HandlerFunc

func (h *LastBlockHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

type ListUTXOsHandler

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

func NewListUTXOsHandler

func NewListUTXOsHandler(db *fdb.Database) *ListUTXOsHandler

func (*ListUTXOsHandler) Handle

func (h *ListUTXOsHandler) Handle(w http.ResponseWriter, r *http.Request)

func (*ListUTXOsHandler) HandlerFunc

func (h *ListUTXOsHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

type SendRawRLPTXHandler

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

func NewSendRawRLPTXHandler

func NewSendRawRLPTXHandler(db *sql.DB, redisClient *redis.Client) *SendRawRLPTXHandler

func (*SendRawRLPTXHandler) Handle

type SendRawTXHandler

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

func NewSendRawTXHandler

func NewSendRawTXHandler(db *fdb.Database, redisClient *redis.Client, parser *transaction.TransactionParser, writerConcurrency int) *SendRawTXHandler

func (*SendRawTXHandler) HandlerFunc

func (h *SendRawTXHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

type WithdrawTXHandler

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

func NewWithdrawTXHandler

func NewWithdrawTXHandler(db *fdb.Database) *WithdrawTXHandler

func (*WithdrawTXHandler) HandlerFunc

func (h *WithdrawTXHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

type WriteBlockHandler

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

func NewWriteBlockHandler

func NewWriteBlockHandler(db *fdb.Database) *WriteBlockHandler

func (*WriteBlockHandler) HandlerFunc

func (h *WriteBlockHandler) HandlerFunc(ctx *fasthttp.RequestCtx)

Jump to

Keyboard shortcuts

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