| Modifier and Type | Method and Description |
|---|---|
BlockId |
SignedBlockWithInfo.getBlockId() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedBlockWithInfo.setBlockId(BlockId blockId) |
| Constructor and Description |
|---|
Transaction(BlockId blockId,
List<Operation> operations,
List<FutureExtensions> extensions)
Like
Transaction.Transaction(BlockId, List, List) ,
but allows you to provide a
BlockId object as the
reference block and will also set the expirationDate to the
latest possible time. |
| Constructor and Description |
|---|
CompletedTransaction(BlockId blockId,
List<Operation> operations,
List<FutureExtensions> extensions)
Like
CompletedTransaction.CompletedTransaction(BlockId, List, List),
but allows you to provide a
BlockId object as the
reference block and will also set the expirationDate to the
latest possible time. |
SignedTransaction(BlockId blockId,
List<Operation> operations,
List<FutureExtensions> extensions)
Like
SignedTransaction.SignedTransaction(BlockId, List, List),
but allows you to provide a
BlockId object as the
reference block and will also set the expirationDate to the
latest possible time. |
| Modifier and Type | Method and Description |
|---|---|
BlockId |
ExtendedSignedBlock.getBlockId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedSignedBlock.setBlockId(BlockId blockId) |
| Modifier and Type | Method and Description |
|---|---|
BlockId |
DynamicGlobalProperty.getHeadBlockId() |
| Modifier and Type | Field and Description |
|---|---|
protected BlockId |
BlockHeader.previous |
| Modifier and Type | Method and Description |
|---|---|
BlockId |
BlockHeader.getPrevious() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockHeader.setPrevious(BlockId previous) |
Copyright © 2019. All rights reserved.