|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 StoredBlock s 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |