getTransactionCount

From Talleo Wiki
Revision as of 19:28, 15 March 2023 by Mika (talk | contribs) (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || yes || List of addresses to query transaction count || array |- | blockHash...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.