getTransactionCount
Jump to navigation
Jump to search
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
addresses | yes | List of addresses to query transaction count | array |
blockHash | no | Block hash of the first block | string |
firstBlockIndex | no | Block index of the first block | uint32 |
blockCount | yes | Number of blocks to query | uint32 |
paymentId | no | Payment ID to filter the returned transactions | string |
Output
Argument | Description | Format |
---|---|---|
transactions | Number of transactions | size_t |
Notes
- Either blockHash or firstBlockIndex should be specified.