| Modifier and Type | Method and Description |
|---|---|
TransactionId |
BeowulfJ.signAndBroadcast(List<Operation> operations) |
BroadcastTransactionSynchronousReturn |
BeowulfJ.signAndBroadcastSynchronous(List<Operation> operations) |
TransactionId |
BeowulfJ.signAndBroadcastWithExtension(List<Operation> operations,
List<FutureExtensions> extensions) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Operation> |
Transaction.operations |
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
Transaction.getOperations()
Get all Operations that have been added to this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setOperations(List<Operation> operations)
Define a list of operations that should be send with this transaction.
|
| 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. |
Transaction(org.joou.UShort refBlockNum,
org.joou.UInteger refBlockPrefix,
TimePointSec expirationDate,
List<Operation> operations,
List<FutureExtensions> extensions,
Long createdTime)
Create a new transaction object.
|
| 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. |
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.
|
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. |
SignedTransaction(org.joou.UShort refBlockNum,
org.joou.UInteger refBlockPrefix,
TimePointSec expirationDate,
List<Operation> operations,
List<FutureExtensions> extensions,
Long createdTime)
Create a new signed transaction object.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
AppliedOperation.getOp()
Get the whole operation object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAccountCreateOperation
This abstract class contains fields that exist in all Beowulf Operations
related to the account creation.
|
class |
AbstractAccountOperation
This abstract class contains fields that exist in all Beowulf Operations
related to the account creation / update.
|
class |
AccountCreateOperation
This class represents the Beowulf "account_create_operation" object.
|
class |
AccountSupernodeVoteOperation
This class represents the Beowulf "account_supernode_vote_operation" object.
|
class |
AccountUpdateOperation
This class represents the Beowulf "account_update_operation" object.
|
class |
SmtCreateOperation |
class |
SupernodeUpdateOperation
This class represents the Beowulf "supernode_update_operation" object.
|
class |
TransferOperation
This class represents the Beowulf "transfer_operation" object.
|
class |
TransferToVestingOperation
This class represents the Beowulf "transfer_to_vesting_operation" object.
|
class |
WithdrawVestingOperation
This class represents the Beowulf "withdraw_vesting_operation" object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FillVestingWithdrawOperation
This class represents the Beowulf "fill_vesting_withdraw_operation" object.
|
class |
HardforkOperation
This class represents a Beowulf "hardfork_operation" object.
|
class |
ProducerRewardOperation
This class represents the Beowulf "producer_reward_operation" object.
|
class |
ShutdownSupernodeOperation
This class represents the Beowulf "shutdown_supernode_operation" object.
|
Copyright © 2019. All rights reserved.