Gets the transaction count for a specific address.
|
In
Exec
|
|
|
Url
String
|
The URL to send the request to. |
|
Http Headers
Web 3S Http Headers Structure
|
[Optional] Additional HTTP headers that will be appended to the request. |
|
Address
String
|
The address for which to get the transaction count for. |
|
Block Identifier
EWeb3S_EthBlockIdentifier Enum
|
The block number to use. (Default: "latest") |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|
|
|
Response
Web 3S Http Response Structure (by ref)
|
|
|
Transaction Count
Integer (by ref)
|