| Class | Description |
|---|---|
| Account |
Account class represents a Harmony account with account name, Harmony address
(one address + hex address), credentials (public/private keys), and keystore
file.
|
| AccountManagement |
AccountManagement class provides easier way to access local accounts instead
of every time reading from the local keystore which is I/O expensive (to be
implemented).
|
| Address |
Harmony address class that provides Harmony one address and hex address.
|
| HistoryParams |
This class helps to set the query parameters for getAccountTransactions api
Default values for parameters are: pageIndex = 0, pageSize = 1000, fullTx =
true (false for only transaction hashes), txType = ""|"ALL" (for including
everything, specify transaction type for filtering), order = "" (for
ascending, use DESC for descending)
|