# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
LoadPreResetHeight returns the pre-reset height of all ledgers.
NewProvider instantiates a new Provider.
ResetAllKVLedgers resets all ledger to the genesis block.
RollbackKVLedger rollbacks a ledger to a specified block number.

# Variables

ErrLedgerIDExists is thrown by a CreateLedger call if a ledger with the given id already exists.
ErrLedgerNotOpened is thrown by a CloseLedger call if a ledger with the given id has not been opened.
ErrNonExistingLedgerID is thrown by a OpenLedger call if a ledger with the given id does not exist.

# Structs

Provider implements interface ledger.PeerLedgerProvider.