| Modifier and Type | Method and Description |
|---|---|
TransactionId |
BeowulfJ.signAndBroadcastWithExtension(List<Operation> operations,
List<FutureExtensions> extensions) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FutureExtensions> |
Transaction.extensions |
| Modifier and Type | Method and Description |
|---|---|
List<FutureExtensions> |
Transaction.getExtensions()
Get the list of configured extensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transaction.setExtensions(List<FutureExtensions> extensions)
Extensions are currently not supported and will be ignored.
|
| 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 | Class and Description |
|---|---|
class |
JsonExtension |
| Modifier and Type | Method and Description |
|---|---|
List<FutureExtensions> |
SmtCreateOperation.getExtensions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SmtCreateOperation.setExtensions(List<FutureExtensions> extensions) |
| Constructor and Description |
|---|
SmtCreateOperation(AccountName controlAccount,
AccountName creator,
AssetInfo symbol,
Asset smtCreationFee,
org.joou.UInteger precision,
List<FutureExtensions> extensions,
long maxSupply) |
Copyright © 2019. All rights reserved.