|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockChain | |
---|---|
me.edwards.des | |
me.edwards.des.block | |
me.edwards.des.demo |
Uses of BlockChain in me.edwards.des |
---|
Fields in me.edwards.des declared as BlockChain | |
---|---|
protected BlockChain |
Node.blockChain
This Node's private version of the BlockChain. |
Uses of BlockChain in me.edwards.des.block |
---|
Methods in me.edwards.des.block that return BlockChain | |
---|---|
static BlockChain |
BlockChainIO.load(java.lang.String fileName)
Loads a BlockChain from the specified file. |
Methods in me.edwards.des.block with parameters of type BlockChain | |
---|---|
static void |
BlockChainIO.save(BlockChain bc,
java.lang.String fileName)
Saves the BlockChain to the specified file. |
Uses of BlockChain in me.edwards.des.demo |
---|
Methods in me.edwards.des.demo with parameters of type BlockChain | |
---|---|
static java.util.ArrayList<Counter.Result> |
Counter.count(BlockChain bc)
Tabulates the results from the longest branch in the specified BlockChain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |