Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveState ¶
type ActiveState interface {
IsActive() bool
}
ActiveState is a callback interface for inner ring global state
type EpochState ¶
type EpochState interface {
EpochCounter() uint64
}
EpochState is a callback interface for inner ring global state
type Params ¶
type Params struct { Log *zap.Logger PoolSize int NeoFSContract util.Uint160 BalanceContract util.Uint160 NetmapContract util.Uint160 MorphClient *client.Client EpochState EpochState ActiveState ActiveState Converter PrecisionConverter MintEmitCacheSize int MintEmitThreshold uint64 // in epochs MintEmitValue fixedn.Fixed8 }
Params of the processor constructor.
type PrecisionConverter ¶ added in v0.12.0
PrecisionConverter converts balance amount values.
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor of events produced by neofs contract in main net.
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.