Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
Modifier and Type | Method and Description |
---|---|
protected VersionTally |
AbstractBlockChain.getVersionTally() |
Modifier and Type | Method and Description |
---|---|
EnumSet<Block.VerifyFlag> |
NetworkParameters.getBlockVerificationFlags(Block block,
VersionTally tally,
Integer height)
The flags indicating which block validation tests should be applied to
the given block.
|
EnumSet<Script.VerifyFlag> |
NetworkParameters.getTransactionVerificationFlags(Block block,
Transaction transaction,
VersionTally tally,
Integer height)
The flags indicating which script validation tests should be applied to
the given transaction.
|
Copyright © 2016. All rights reserved.