frostfs-node/pkg/core/netmap/state.go

8 lines
181 B
Go

package netmap
// State groups the current system state parameters.
type State interface {
// CurrentEpoch returns the number of the current NeoFS epoch.
CurrentEpoch() uint64
}