|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VerificationException | |
---|---|
com.google.bitcoin.core |
Uses of VerificationException in com.google.bitcoin.core |
---|
Methods in com.google.bitcoin.core that throw VerificationException | |
---|---|
boolean |
BlockChain.add(Block block)
Processes a received block and tries to add it to the chain. |
StoredBlock |
StoredBlock.build(Block block)
Creates a new StoredBlock, calculating the additional fields by adding to the values in this block. |
BigInteger |
Block.getDifficultyTargetAsInteger()
Returns the difficulty target as a 256 bit value that can be compared to a SHA-256 hash. |
BigInteger |
Block.getWork()
Returns the work represented by this block. |
void |
Block.verify()
Checks the block data to ensure it follows the rules laid out in the network parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |