Documentation ¶
Index ¶
- type AlphabetState
- type EpochState
- type Params
- type PrecisionConverter
- type Processor
- func (np *Processor) ListenerNotaryHandlers() []event.NotaryHandlerInfo
- func (np *Processor) ListenerNotaryParsers() []event.NotaryParserInfo
- func (np *Processor) ListenerNotificationHandlers() []event.NotificationHandlerInfo
- func (np *Processor) ListenerNotificationParsers() []event.NotificationParserInfo
- func (np *Processor) TimersHandlers() []event.NotificationHandlerInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlphabetState ¶
type AlphabetState interface {
IsAlphabet() bool
}
AlphabetState 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 *logger.Logger PoolSize int FrostFSContract util.Uint160 FrostFSIDClient *frostfsid.Client BalanceClient *balance.Client NetmapClient *nmClient.Client MorphClient *client.Client EpochState EpochState AlphabetState AlphabetState Converter PrecisionConverter MintEmitCacheSize int MintEmitThreshold uint64 // in epochs MintEmitValue fixedn.Fixed8 GasBalanceThreshold int64 }
Params of the processor constructor.
type PrecisionConverter ¶
PrecisionConverter converts balance amount values.
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor of events produced by frostfs contract in main net.
func (*Processor) ListenerNotaryHandlers ¶
func (np *Processor) ListenerNotaryHandlers() []event.NotaryHandlerInfo
ListenerNotaryHandlers for the 'event.Listener' event producer.
func (*Processor) ListenerNotaryParsers ¶
func (np *Processor) ListenerNotaryParsers() []event.NotaryParserInfo
ListenerNotaryParsers for the 'event.Listener' event producer.
func (*Processor) ListenerNotificationHandlers ¶
func (np *Processor) ListenerNotificationHandlers() []event.NotificationHandlerInfo
ListenerNotificationHandlers for the 'event.Listener' event producer.
func (*Processor) ListenerNotificationParsers ¶
func (np *Processor) ListenerNotificationParsers() []event.NotificationParserInfo
ListenerNotificationParsers for the 'event.Listener' event producer.
func (*Processor) TimersHandlers ¶
func (np *Processor) TimersHandlers() []event.NotificationHandlerInfo
TimersHandlers for the 'Timers' event producer.
Click to show internal directories.
Click to hide internal directories.