# Packages
No description provided by the author
# Functions
AddPeer proposes a node for consideration as a candidate for the next-epoch network map.
AddPeerIR is called by the NeoFS Alphabet instead of AddPeer when signature of the network candidate is inaccessible.
Config returns configuration value of NeoFS configuration.
Epoch method returns the current epoch number.
InnerRingList method returns a slice of structures that contains the public key of an Inner Ring node.
LastEpochBlock method returns the block number when the current epoch was applied.
ListConfig returns an array of structures that contain key and value of all NeoFS configuration records.
Netmap returns set of information about the storage nodes representing a network map in the current epoch.
NetmapCandidates returns set of information about the storage nodes representing candidates for the network map in the coming epoch.
NewEpoch method changes the epoch number up to the provided epochNum argument.
SetConfig key-value pair as a NeoFS runtime configuration value.
Snapshot returns set of information about the storage nodes representing a network map in (current-diff)-th epoch.
SnapshotByEpoch returns set of information about the storage nodes representing a network map in the given epoch.
SubscribeForNewEpoch registers passed contract as a NewEpoch event subscriber.
Update method updates contract source code and manifest.
UpdateSnapshotCount updates the number of the stored snapshots.
UpdateState proposes a new state of candidate for the next-epoch network map.
UpdateStateIR is called by the NeoFS Alphabet instead of UpdateState when signature of the network candidate is inaccessible.
Version returns the version of the contract.
# Constants
DefaultSnapshotCount contains the number of previous snapshots stored by this contract.