graphenej/graphenej/src/main/java/cy/agorise/graphenej/api/calls
Nelson R. Perez 201d6957f8 - Added support for the "get_transaction" API call for the single-connection mode
- Overrided the toString method of the Transaction class
2018-12-26 17:45:41 -05:00
..
ApiCallable.java Handling only credentials and API access messages locally, deferring all other messages to the bus 2018-05-31 15:52:26 -05:00
BroadcastTransaction.java Added support for the broadcast_transaction API call in the single connection mode 2018-12-06 19:17:32 -05:00
CancelAllSubscriptions.java Added support for message subscriptions on the single connection mode 2018-08-30 22:32:50 -05:00
GetAccountBalances.java Added support for the 'get_account_balances' API call in the single-connection mode 2018-11-01 16:54:03 -05:00
GetAccountByName.java Added support for the get_account_by_name API call wrapper in the single connection mode 2018-08-08 18:53:57 -05:00
GetAccountHistory.java Added support for the get_account_history API call 2018-06-20 17:23:15 -05:00
GetAccountHistoryByOperations.java - Added support for the 'get_account_history_by_operations' API call 2018-09-05 21:04:46 -05:00
GetAccounts.java Fixed problem with the new GetAccounts API wrapper 2018-06-04 22:39:44 -05:00
GetAssets.java Added support for the 'get_assets' API call on the single-connection mode 2018-12-19 12:49:04 -05:00
GetBlock.java GetBlock constructor now receives an argument of type long 2018-06-11 15:12:48 -05:00
GetBlockHeader.java Introducing support for the GetBlockHeader api call in the single-connection mode 2018-06-12 13:34:42 -05:00
GetDynamicGlobalProperties.java Added support fot the get_dynamic_global_properties API call in the single-connection mode 2018-10-04 10:13:55 -05:00
GetFullAccounts.java Adding a new constructor to the GetFullAccounts API wrapper class 2018-10-11 19:46:03 -05:00
GetKeyReferences.java Added support for the 'get_key_references' API call in the single-connection mode 2018-10-08 19:55:49 -05:00
GetLimitOrders.java Added support for the GetLimitOrders API call in the single connection mode 2018-08-16 23:59:14 -05:00
GetMarketHistory.java Introducing support for the GetMarketHistory api call wrapper using the single connection mode 2018-06-12 23:27:06 -05:00
GetObjects.java - Added partial support for the 'get_objects' API call in the single connection mode 2018-06-28 23:42:40 -05:00
GetRelativeAccountHistory.java Introducing support for the GetRelativeAccountHistory api call in the single-connection mode 2018-06-11 15:40:01 -05:00
GetRequiredFees.java Modified the GetRequiredFees class and adjusted the sample app 2018-11-16 00:18:29 -05:00
GetTransaction.java - Added support for the "get_transaction" API call for the single-connection mode 2018-12-26 17:45:41 -05:00
ListAssets.java - Modified the ConnectionStatusUpdate class in order to allow it to send more than just connection/disconnection events 2018-07-26 17:13:55 -05:00
LookupAssetSymbols.java Introducing support for the LookupAssetSymbol api call wrapper in the single connection mode 2018-06-16 14:54:17 -05:00
SetSubscribeCallback.java Sending id as a number inside the parameters array of the 'set_subscribe_callback' instead of a string 2018-08-31 19:07:05 -05:00