Documentation ¶
Index ¶
- type HttpHandler
- func (h *HttpHandler) GetBalancesByAddress(ctx *fiber.Ctx) (err error)
- func (h *HttpHandler) GetBalancesByAddressBatch(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) GetUTXOsByAddress(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) GetBalancesByAddress ¶
func (h *HttpHandler) GetBalancesByAddress(ctx *fiber.Ctx) (err error)
func (*HttpHandler) GetBalancesByAddressBatch ¶
func (h *HttpHandler) GetBalancesByAddressBatch(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) GetUTXOsByAddress ¶
func (h *HttpHandler) GetUTXOsByAddress(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.