frostfs

package
v0.38.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

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 BalanceClient added in v0.37.0

type BalanceClient interface {
	Mint(p balance.MintPrm) error
	Lock(p balance.LockPrm) error
	Burn(p balance.BurnPrm) error
}

type EpochState

type EpochState interface {
	EpochCounter() uint64
}

EpochState is a callback interface for inner ring global state.

type MorphClient added in v0.37.0

type MorphClient interface {
	GasBalance() (res int64, err error)
	TransferGas(receiver util.Uint160, amount fixedn.Fixed8) error
}

type NetmapClient added in v0.37.0

type NetmapClient interface {
	SetConfig(p nmClient.SetConfigPrm) error
}

type Params

type Params struct {
	Log                 *logger.Logger
	Metrics             metrics.Register
	PoolSize            int
	FrostFSContract     util.Uint160
	BalanceClient       BalanceClient
	NetmapClient        NetmapClient
	MorphClient         MorphClient
	EpochState          EpochState
	AlphabetState       AlphabetState
	Converter           PrecisionConverter
	MintEmitCacheSize   int
	MintEmitThreshold   uint64 // in epochs
	MintEmitValue       fixedn.Fixed8
	GasBalanceThreshold int64
}

Params of the processor constructor.

type PrecisionConverter

type PrecisionConverter interface {
	ToBalancePrecision(int64) int64
}

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 New

func New(p *Params) (*Processor, error)

New creates frostfs mainnet contract processor instance.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL