internalapi

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2023 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

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 New

func New(
	walletService *wallet.Service,
	blockchainService BlockchainService,
	schedulerHandler *scheduler.Handler,
	logger *zerolog.Logger,
) *Handler

func (*Handler) BroadcastTransaction

func (h *Handler) BroadcastTransaction(c echo.Context) error

func (*Handler) BulkCreateWallets

func (h *Handler) BulkCreateWallets(c echo.Context) error

func (*Handler) CalculateTransactionFee

func (h *Handler) CalculateTransactionFee(c echo.Context) error

func (*Handler) CreateWallet

func (h *Handler) CreateWallet(c echo.Context) error

func (*Handler) GetRouter

func (h *Handler) GetRouter(c echo.Context) error

GetRouter dumps all routes routes.

func (*Handler) GetTransactionReceipt

func (h *Handler) GetTransactionReceipt(c echo.Context) error

func (*Handler) GetWallet

func (h *Handler) GetWallet(c echo.Context) error

func (*Handler) ListWallets

func (h *Handler) ListWallets(c echo.Context) error

func (*Handler) RunSchedulerJob

func (h *Handler) RunSchedulerJob(c echo.Context) error

Jump to

Keyboard shortcuts

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