# Functions

LoadPreResetHeight returns the pre reset height.
NewProvider returns the handle to the provider.
ResetBlockStore resets all ledgers to the genesis block.
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.

# Structs

Provider encapusaltes two providers 1) block store provider and 2) and pvt data store provider.
Store encapsulates two stores 1) block store and pvt data store.