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
}
Handler is transfers event handler
func NewHandler ¶
func NewHandler( scheduleRepository repository.Schedule, transferRepository repository.Transfer, bridgeAccount string, payerAccount string, mirrorNode client.MirrorNode, transfersService service.Transfers, readOnlyService service.ReadOnly, prometheusService service.Prometheus) *Handler
Click to show internal directories.
Click to hide internal directories.