Documentation ¶
Index ¶
- type HttpHandler
- func (h *HttpHandler) GetBalances(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetBalancesBatch(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetCurrentBlock(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetHolders(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetTokenInfo(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetTransactions(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetUTXOs(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetUTXOsOutputByLocation(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetUTXOsOutputByLocationBatch(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) Mount(router fiber.Router) error
- type HttpResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpHandler ¶
type HttpHandler struct {
// contains filtered or unexported fields
}
func (*HttpHandler) GetBalances ¶ added in v0.3.0
func (h *HttpHandler) GetBalances(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetBalancesBatch ¶ added in v0.3.0
func (h *HttpHandler) GetBalancesBatch(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetCurrentBlock ¶
func (h *HttpHandler) GetCurrentBlock(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetHolders ¶
func (h *HttpHandler) GetHolders(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetTokenInfo ¶
func (h *HttpHandler) GetTokenInfo(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetTransactions ¶
func (h *HttpHandler) GetTransactions(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetUTXOs ¶ added in v0.3.0
func (h *HttpHandler) GetUTXOs(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetUTXOsOutputByLocation ¶ added in v0.4.0
func (h *HttpHandler) GetUTXOsOutputByLocation(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetUTXOsOutputByLocationBatch ¶ added in v0.4.0
func (h *HttpHandler) GetUTXOsOutputByLocationBatch(ctx *fiber.Ctx) (err error)
func (*HttpHandler) Mount ¶
func (h *HttpHandler) Mount(router fiber.Router) error
type HttpResponse ¶
Click to show internal directories.
Click to hide internal directories.