Uses of Interface
com.google.bitcoin.core.BlockStore

Packages that use BlockStore
com.google.bitcoin.core   
 

Uses of BlockStore in com.google.bitcoin.core
 

Classes in com.google.bitcoin.core that implement BlockStore
 class BoundedOverheadBlockStore
          Stores the block chain to disk.
 class DiskBlockStore
          Stores the block chain to disk but still holds it in memory.
 class MemoryBlockStore
          Keeps StoredBlocks in memory.
 

Fields in com.google.bitcoin.core declared as BlockStore
protected  BlockStore BlockChain.blockStore
          Keeps a map of block hashes to StoredBlocks.
 

Methods in com.google.bitcoin.core with parameters of type BlockStore
 StoredBlock StoredBlock.getPrev(BlockStore store)
          Given a block store, looks up the previous block in this chain.
 

Constructors in com.google.bitcoin.core with parameters of type BlockStore
BlockChain(NetworkParameters params, Wallet wallet, BlockStore blockStore)
          Constructs a BlockChain connected to the given wallet and store.
 



Copyright © 2011. All Rights Reserved.