# Functions
No description provided by the author
No description provided by the author
NewConf constructs new `Conf`.
NewProvider constructs a filesystem based block store provider.
No description provided by the author
Rollback reverts changes made to the block store beyond a given block number.
ValidateRollbackParams performs necessary validation on the input given for the rollback operation.
# Variables
ErrUnexpectedEndOfBlockfile error used to indicate an unexpected end of a file segment this can happen mainly if a crash occurs during appening a block and partial block contents get written towards the end of the file.
# Structs
Conf encapsulates all the configurations for `FsBlockStore`.
FsBlockstoreProvider provides handle to block storage - this is not thread-safe.