Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Indexer ¶
type Indexer interface {
Index() int32
}
Indexer is a callback interface for inner ring global state.
type Params ¶
type Params struct {
Log *zap.Logger
PoolSize int
AlphabetContracts [7]util.Uint160
NetmapContract util.Uint160
MorphClient *client.Client
IRList Indexer
StorageEmission uint64
}
Params of the processor constructor.
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor of events produced for alphabet contracts in sidechain.
func (*Processor) HandleGasEmission ¶ added in v0.15.0
func (*Processor) ListenerHandlers ¶
func (np *Processor) ListenerHandlers() []event.HandlerInfo
ListenerHandlers for the 'event.Listener' event producer.
func (*Processor) ListenerParsers ¶
func (np *Processor) ListenerParsers() []event.ParserInfo
ListenerParsers for the 'event.Listener' event producer.
func (*Processor) TimersHandlers ¶
func (np *Processor) TimersHandlers() []event.HandlerInfo
TimersHandlers for the 'Timers' event producer.
Click to show internal directories.
Click to hide internal directories.