Uses of Class
ch.bitagent.bitcoin.lib.block.MerkleBlock
-
Packages that use MerkleBlock Package Description ch.bitagent.bitcoin.lib.block -
-
Uses of MerkleBlock in ch.bitagent.bitcoin.lib.block
Methods in ch.bitagent.bitcoin.lib.block that return MerkleBlock Modifier and Type Method Description static MerkleBlockMerkleBlock. parse(ByteArrayInputStream stream)Takes a byte stream and parses a merkle block.
-