C# (CSharp) BitSharper.Store Namespace

Classes

Name Description
BlockStoreException
BoundedOverheadBlockStore Stores the block chain to disk.
BoundedOverheadBlockStore.Record
DiskBlockStore Stores the block chain to disk but still holds it in memory. This is intended for desktop apps and tests. Constrained environments like mobile phones probably won't want to or be able to store all the block headers in RAM.
MemoryBlockStore Keeps StoredBlocks in memory. Used primarily for unit testing.