| Modifier and Type | Method and Description |
|---|---|
TransactionId |
BeowulfJ.broadcastTransaction(SignedTransaction transaction)
Broadcast a transaction on the Beowulf blockchain.
|
TransactionId |
BeowulfJ.signAndBroadcast(List<Operation> operations) |
TransactionId |
BeowulfJ.signAndBroadcastWithExtension(List<Operation> operations,
List<FutureExtensions> extensions) |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionId> |
SignedBlockWithInfo.getTransactionIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
SignedBlockWithInfo.setTransactionIds(List<TransactionId> transactionIds) |
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
SignedTransaction.generateTransactionId() |
TransactionId |
CompletedTransaction.getTransactionId() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletedTransaction.setTransactionId(TransactionId transactionId) |
| Constructor and Description |
|---|
CompletedTransaction(org.joou.UShort refBlockNum,
org.joou.UInteger refBlockPrefix,
TimePointSec expirationDate,
List<Operation> operations,
List<FutureExtensions> extensions,
Long createdTime,
TransactionId transactionId,
Long blockNum,
Long transactionNum,
String status)
Create a new signed transaction object.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
GetTransactionArgs.getId() |
TransactionId |
AppliedOperation.getTrxId()
Get the id of this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTransactionArgs.setId(TransactionId id)
Override the current
TransactionId wrapped by this instance. |
| Constructor and Description |
|---|
GetTransactionArgs(TransactionId id)
Create a new
GetAccountHistoryArgs instance to be passed to the
AccountHistoryApi.getAccountHistory(CommunicationHandler, GetAccountHistoryArgs)
method. |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionId> |
ExtendedSignedBlock.getTransactionIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedSignedBlock.setTransactionIds(List<TransactionId> transactionIds) |
| Modifier and Type | Method and Description |
|---|---|
static TransactionId |
CondenserApi.broadcastTransaction(CommunicationHandler communicationHandler,
SignedTransaction transaction)
Broadcast a transaction on the Beowulf blockchain.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
BroadcastTransactionSynchronousReturn.getId()
Get the Id of the applied transaction.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransactionId |
AnnotatedSignedTransaction.transactionId |
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
AnnotatedSignedTransaction.getTransactionId() |
Copyright © 2019. All rights reserved.