Documentation ¶
Index ¶
- type BlockchainService
- type Handler
- func (h *Handler) BroadcastTransaction(c echo.Context) error
- func (h *Handler) BulkCreateWallets(c echo.Context) error
- func (h *Handler) CalculateTransactionFee(c echo.Context) error
- func (h *Handler) CreateWallet(c echo.Context) error
- func (h *Handler) GetRouter(c echo.Context) error
- func (h *Handler) GetTransactionReceipt(c echo.Context) error
- func (h *Handler) GetWallet(c echo.Context) error
- func (h *Handler) ListWallets(c echo.Context) error
- func (h *Handler) RunSchedulerJob(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockchainService ¶
type BlockchainService interface { blockchain.Resolver blockchain.Broadcaster blockchain.FeeCalculator }
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) BroadcastTransaction ¶
func (*Handler) BulkCreateWallets ¶
func (*Handler) CalculateTransactionFee ¶
func (*Handler) CreateWallet ¶
func (*Handler) GetTransactionReceipt ¶
func (*Handler) ListWallets ¶
func (*Handler) RunSchedulerJob ¶
Click to show internal directories.
Click to hide internal directories.