Methods
(async) listAccountTransactions(address, options) → {Array.<module:client/etherscan~transaction>}
Get list of account transactions.
Parameters:
| Name | Type | Description | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
address |
string | Account address. | |||||||||||||||||||||||||
options |
object | Request options.
Properties
|
- Source:
Returns:
List of account transactions.
- Type
- Array.<module:client/etherscan~transaction>