Versions in this module Expand all Collapse all v0 v0.3.0 May 23, 2024 Changes in this version + type Handler struct + func GetHandlers() ([]*Handler, error) + func (h *Handler) CanHandle(pkScript []byte) bool + func (h *Handler) Handle(ctx context.Context, info parse.OpReturn) error v0.2.0-alpha.0 Feb 23, 2023