# Functions
No description provided by the author
ComputeBlockBaseHash returns block hash before all validation and state data was updated.
ComputeBlockHash returns block hash.
Open opens the store to maintains a chain of blocks.
# Constants
No description provided by the author
# Variables
ErrUnexpectedEndOfBlockfile error used to indicate an unexpected end of a file segment this can happen mainly if a crash occurs during appending a block and partial block contents get written towards the end of the file.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
Config holds the configuration of a block store.
Store maintains a chain of blocks in an append-only filesystem.
No description provided by the author