| Modifier and Type | Method and Description |
|---|---|
static GetKeyReferencesReturn |
AccountByKeyApi.getKeyReferences(CommunicationHandler communicationHandler,
GetKeyReferencesArgs publicKeys)
Deprecated.
Search for users under the use of their public key(s).
|
| Modifier and Type | Method and Description |
|---|---|
static GetAccountHistoryReturn |
AccountHistoryApi.getAccountHistory(CommunicationHandler communicationHandler,
GetAccountHistoryArgs getAccountHistoryArgs)
Deprecated.
Get all operations performed by the specified
accountName. |
static AnnotatedSignedTransaction |
AccountHistoryApi.getTransaction(CommunicationHandler communicationHandler,
GetAccountHistoryArgs getTransactionArgs)
Deprecated.
Find a transaction by its
transactionId. |
| Modifier and Type | Method and Description |
|---|---|
static GetBlockReturn |
BlockApi.getBlock(CommunicationHandler communicationHandler,
GetBlockArgs getBlockArgs)
Deprecated.
Get a full, signed block by providing its
blockNumber. |
static GetBlockHeaderReturn |
BlockApi.getBlockHeader(CommunicationHandler communicationHandler,
GetBlockHeaderArgs getBlockHeaderArgs)
Deprecated.
Like
BlockApi.getBlock(CommunicationHandler, GetBlockArgs), but will only
return the header of the requested block instead of the full, signed one. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CondenserApi.broadcastBlock(CommunicationHandler communicationHandler,
SignedBlock signedBlock)
Broadcast a whole block.
|
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.
|
static List<FindSmtTokenByName> |
CondenserApi.findSmtTokenByName(CommunicationHandler communicationHandler,
List<String> names)
(find_smt_tokens_by_name)
|
static org.joou.ULong |
CondenserApi.getAccountCount(CommunicationHandler communicationHandler)
(get_account_count
|
static List<AccountHistoryReturn> |
CondenserApi.getAccountHistory(CommunicationHandler communicationHandler,
String account,
long start,
long limit)
Deprecated.
|
static List<Account> |
CondenserApi.getAccounts(CommunicationHandler communicationHandler,
List<AccountName> accounts)
(get_accounts)
|
static List<AccountName> |
CondenserApi.getActiveSuperNodes(CommunicationHandler communicationHandler)
(get_active_supernodes)
|
static Asset |
CondenserApi.getBalance(CommunicationHandler communicationHandler,
String accountName,
AssetInfo assetInfo)
Broadcast a whole block.
|
static Block |
CondenserApi.getBlock(CommunicationHandler communicationHandler,
long blockNum)
(get_block)
|
static BlockHeader |
CondenserApi.getBlockHeader(CommunicationHandler communicationHandler,
long blockNum)
(get_block_header)
|
static Config |
CondenserApi.getConfig(CommunicationHandler communicationHandler)
(get_config)
|
static ExtendedDynamicGlobalProperties |
CondenserApi.getDynamicGlobalProperties(CommunicationHandler communicationHandler)
Like
DatabaseApi.getDynamicGlobalProperties(CommunicationHandler), but
returns an ExtendedDynamicGlobalProperties object providing
additional information. |
static List<ExtendedAccount> |
CondenserApi.getExtAccounts(CommunicationHandler communicationHandler,
List<AccountName> accounts) |
static String |
CondenserApi.getHardforkVersion(CommunicationHandler communicationHandler)
Get the hardfork version the node you are connected to is using.
|
static List<String> |
CondenserApi.getKeyReferences(CommunicationHandler communicationHandler,
List<PublicKey> publicKeys)
(get_key_references)
|
static ScheduledHardfork |
CondenserApi.getNextScheduleHardfork(CommunicationHandler communicationHandler)
(get_next_scheduled_hardfork)
|
static Supernode |
CondenserApi.getSupernodeByAccount(CommunicationHandler communicationHandler,
AccountName supernodeAccount)
(get_supernode_by_account)
|
static int |
CondenserApi.getSupernodeCount(CommunicationHandler communicationHandler)
(get_supernode_count)
|
static List<Supernode> |
CondenserApi.getSupernodesByVote(CommunicationHandler communicationHandler,
AccountName supernodeAccount,
int limit,
int vestingShare)
(get_supernodes_by_vote)
|
static SupernodeSchedule |
CondenserApi.getSupernodeSchedule(CommunicationHandler communicationHandler)
(get_supernode_schedule)
|
static CompletedTransaction |
CondenserApi.getTransactionDetail(CommunicationHandler communicationHandler,
String trx_id)
(get_transaction)
|
static String |
CondenserApi.getTransactionHex(CommunicationHandler communicationHandler,
SignedTransaction transaction)
(get_transaction_hex)
|
static List<String> |
CondenserApi.lookupAccounts(CommunicationHandler communicationHandler,
String pattern,
int limit)
(lookupSupernodeAccounts)
|
static List<String> |
CondenserApi.lookupSupernodeAccounts(CommunicationHandler communicationHandler,
String pattern,
int limit)
(lookupSupernodeAccounts)
|
static Boolean |
CondenserApi.verifyAccountAuthority(CommunicationHandler communicationHandler,
AccountName accountName,
List<PublicKey> publicKeys) |
| Modifier and Type | Method and Description |
|---|---|
static List<AccountName> |
DatabaseApi.getActiveSupernodes(CommunicationHandler communicationHandler)
Get the list of the current active supernodes.
|
static Config |
DatabaseApi.getConfig(CommunicationHandler communicationHandler)
Get the configuration.
|
static DynamicGlobalProperty |
DatabaseApi.getDynamicGlobalProperties(CommunicationHandler communicationHandler)
Get the global properties.
|
static GetPotentialSignaturesReturn |
DatabaseApi.getPotentialSignatures(CommunicationHandler communicationHandler,
GetPotentialSignaturesArgs getPotentialSignaturesArgs) |
static GetRequiredSignaturesReturn |
DatabaseApi.getRequiredSignatures(CommunicationHandler communicationHandler,
GetRequiredSignaturesArgs getRequiredSignaturesArgs) |
static SupernodeSchedule |
DatabaseApi.getSupernodeSchedule(CommunicationHandler communicationHandler)
Get the supernode schedule.
|
static GetTransactionHexReturn |
DatabaseApi.getTransactionHex(CommunicationHandler communicationHandler,
GetTransactionHexArgs getTransactionHexArgs) |
static VerifyAccountAuthorityReturn |
DatabaseApi.verifyAccountAuthority(CommunicationHandler communicationHandler,
VerifyAccountAuthorityArgs verifyAccountAuthorityArgs) |
static VerifyAuthorityReturn |
DatabaseApi.verifyAuthority(CommunicationHandler communicationHandler,
VerifyAuthorityArgs verifyAuthorityArgs) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NetworkBroadcastApi.broadcastBlock(CommunicationHandler communicationHandler,
SignedBlock signedBlock)
Deprecated.
Broadcast a whole block.
|
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.
|
Copyright © 2019. All rights reserved.