@Deprecated public class AccountHistoryApi extends Object
| Modifier and Type | Method and Description |
|---|---|
static GetAccountHistoryReturn |
getAccountHistory(CommunicationHandler communicationHandler,
GetAccountHistoryArgs getAccountHistoryArgs)
Deprecated.
Get all operations performed by the specified
accountName. |
static AnnotatedSignedTransaction |
getTransaction(CommunicationHandler communicationHandler,
GetAccountHistoryArgs getTransactionArgs)
Deprecated.
Find a transaction by its
transactionId. |
public static AnnotatedSignedTransaction getTransaction(CommunicationHandler communicationHandler, GetAccountHistoryArgs getTransactionArgs) throws BeowulfCommunicationException, BeowulfResponseException
transactionId.communicationHandler - A
CommunicationHandler instance that should be used to send the
request.getTransactionArgs - The transactionId to search for.BeowulfCommunicationException - setResponseTimeout).BeowulfResponseException - public static GetAccountHistoryReturn getAccountHistory(CommunicationHandler communicationHandler, GetAccountHistoryArgs getAccountHistoryArgs) throws BeowulfCommunicationException, BeowulfResponseException
accountName.communicationHandler - A
CommunicationHandler instance that should be used to send the
request.getAccountHistoryArgs - get account history param include [name, start, limit]BeowulfCommunicationException - setResponseTimeout).BeowulfResponseException - Copyright © 2019. All rights reserved.