| Modifier and Type | Method and Description |
|---|---|
BlockHeader |
BeowulfJ.getBlockHeader(long blockNumber)
Like
BeowulfJ.getBlock(long), but will only return the header of the
requested block instead of the full, signed one. |
| Modifier and Type | Class and Description |
|---|---|
class |
Block |
class |
SignedBlockWithInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedSignedBlock
This class is the java implementation of the Beowulf "signed_block_with_info"
object.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<BlockHeader> |
GetBlockHeaderReturn.getHeader() |
| Modifier and Type | Method and Description |
|---|---|
static BlockHeader |
CondenserApi.getBlockHeader(CommunicationHandler communicationHandler,
long blockNum)
(get_block_header)
|
| Modifier and Type | Class and Description |
|---|---|
class |
SignedBlock
This class is the java implementation of the Beowulf "signed_block" object.
|
class |
SignedBlockHeader
This class is the java implementation of the Beowulf "signed_block_header"
object.
|
Copyright © 2019. All rights reserved.