Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockEventListener ¶
type BlockEventListener interface { CheckPoint() uint64 Close() Events() }
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) Deregister ¶
type Injector ¶
type Injector interface { InjectNetworks(...*models.Network) error InjectBlocks(...*models.Block) error InjectTransactions(...*models.Transaction) error DeleteNetwork(string) error }
func NewLogInjector ¶
func NewLogInjector(logger func(args ...interface{})) Injector
func NewPQInjector ¶
Click to show internal directories.
Click to hide internal directories.