Uses of Class
ch.bitagent.bitcoin.lib.block.Block
-
Packages that use Block Package Description ch.bitagent.bitcoin.lib.block ch.bitagent.bitcoin.lib.network -
-
Uses of Block in ch.bitagent.bitcoin.lib.block
Methods in ch.bitagent.bitcoin.lib.block that return Block Modifier and Type Method Description static BlockBlock. parse(ByteArrayInputStream stream)Takes a byte stream and parses a block. -
Uses of Block in ch.bitagent.bitcoin.lib.network
Methods in ch.bitagent.bitcoin.lib.network that return Block Modifier and Type Method Description Block[]HeadersMessage. getBlocks()Getter for the fieldblocks.Constructors in ch.bitagent.bitcoin.lib.network with parameters of type Block Constructor Description HeadersMessage(Block[] blocks)Constructor for HeadersMessage.
-