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 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
Click to show internal directories.
Click to hide internal directories.