| Modifier and Type | Method and Description |
|---|---|
TransactionId |
BeowulfJ.broadcastTransaction(SignedTransaction transaction)
Broadcast a transaction on the Beowulf blockchain.
|
BroadcastTransactionSynchronousReturn |
BeowulfJ.broadcastTransactionSynchronous(SignedTransaction transaction)
Broadcast a transaction on the Beowulf blockchain.
|
String |
BeowulfJ.getTransactionHex(SignedTransaction signedTransaction)
Use the Beowulf API to receive the HEX representation of a signed
transaction.
|
TransactionId |
BeowulfJ.signAndBroadcast(List<Operation> operations) |
BroadcastTransactionSynchronousReturn |
BeowulfJ.signAndBroadcastSynchronous(List<Operation> operations) |
TransactionId |
BeowulfJ.signAndBroadcastWithExtension(List<Operation> operations,
List<FutureExtensions> extensions) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
HardforkVersionVote.toByteArray() |
byte[] |
BeneficiaryRouteType.toByteArray() |
byte[] |
CommentPayoutBeneficiaries.toByteArray() |
byte[] |
Version.toByteArray() |
byte[] |
Pow.toByteArray() |
byte[] |
Ripemd160.toByteArray() |
void |
Transaction.validate()
Validate if all fields of this transaction object have acceptable values.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionId |
SignedTransaction.generateTransactionId() |
protected List<eu.bittrade.crypto.core.ECKey> |
SignedTransaction.getRequiredSignatureKeys() |
void |
SignedTransaction.sign()
Like
sign(String), but uses the
default chain id. |
void |
SignedTransaction.sign(String chainId)
Use this method if you want to specify a different chainId than the
default one. |
byte[] |
SignedTransaction.toByteArray()
This method creates a byte array based on a transaction object under the
use of a guide written by
Xeroc.
|
protected byte[] |
SignedTransaction.toByteArray(String chainId)
Like
toByteArray(), but allows to define a Beowulf
chain id. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
TimePointSec.toByteArray() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ByteTransformable.toByteArray()
Covert the operation into a byte array.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionId |
CondenserApi.broadcastTransaction(CommunicationHandler communicationHandler,
SignedTransaction transaction)
Broadcast a transaction on the Beowulf blockchain.
|
static BroadcastTransactionSynchronousReturn |
CondenserApi.broadcastTransactionSynchronous(CommunicationHandler communicationHandler,
SignedTransaction transaction)
Broadcast a transaction on the Beowulf blockchain.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NetworkBroadcastApi.broadcastTransaction(CommunicationHandler communicationHandler,
SignedTransaction transaction)
Deprecated.
Broadcast a transaction on the Beowulf blockchain.
|
static BroadcastTransactionSynchronousReturn |
NetworkBroadcastApi.broadcastTransactionSynchronous(CommunicationHandler communicationHandler,
SignedTransaction transaction)
Deprecated.
Broadcast a transaction on the Beowulf blockchain.
|
| Modifier and Type | Method and Description |
|---|---|
static Asset |
Asset.createSmtAsset(BigDecimal amount,
String name)
Create a new asset object by providing all required fields.
|
byte[] |
ExtensionValue.toByteArray() |
byte[] |
BlockHeader.toByteArray() |
byte[] |
Asset.toByteArray() |
byte[] |
PublicKey.toByteArray() |
byte[] |
Symbol.toByteArray() |
byte[] |
AccountName.toByteArray() |
byte[] |
AssetInfo.toByteArray() |
byte[] |
Price.toByteArray() |
byte[] |
SignedBlockHeader.toByteArray() |
byte[] |
Authority.toByteArray() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
JsonExtension.toByteArray() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
TransferToVestingOperation.toByteArray() |
byte[] |
WithdrawVestingOperation.toByteArray() |
byte[] |
AccountCreateOperation.toByteArray() |
byte[] |
TransferOperation.toByteArray() |
byte[] |
AccountSupernodeVoteOperation.toByteArray() |
byte[] |
AccountUpdateOperation.toByteArray() |
byte[] |
SupernodeUpdateOperation.toByteArray() |
byte[] |
SmtCreateOperation.toByteArray() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
HardforkOperation.toByteArray() |
byte[] |
FillVestingWithdrawOperation.toByteArray() |
byte[] |
ShutdownSupernodeOperation.toByteArray() |
byte[] |
ProducerRewardOperation.toByteArray() |
Copyright © 2019. All rights reserved.