package
0.0.0-20241209051200-0ba0ddf9c8aa
Repository: https://github.com/epicchainlabs/epicchain-node.git
Documentation: pkg.go.dev

# Functions

AddressOf returns the address of the object.
NewFormatValidator creates, initializes and returns FormatValidator instance.
WithLockSource return option to set a Locked objects source.
WithNetState returns options to set the network state interface.
WithSplitVerifier returns option to set a SplitVerifier.
WithTombVerifier returns option to set a TombVerifier.

# Variables

ErrInvalidSearchQuery is returned when some object search query is invalid.

# Structs

AddressWithType groups object address with its NeoFS object type.
ContentMeta describes NeoFS meta information that brings object's payload if the object is one of: - object.TypeTombstone; - object.TypeStorageGroup; - object.TypeLink; - object.TypeLock.
FormatValidator represents an object format validator.

# Interfaces

DeleteHandler is an interface of delete queue processor.
Locker is an object lock storage interface.
LockSource is a source of lock relations between the objects.
SplitVerifier represent split validation unit.
TombVerifier represents tombstone validation unit.

# Type aliases

FormatValidatorOption represents a FormatValidator constructor option.