getTransactions

From Talleo Wiki
Revision as of 19:11, 22 March 2020 by Mika (talk | contribs) (Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | addresses || no || List of addresses to query transactions || array |- | blockHash || no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Input

Argument Mandatory Description Format
addresses no List of addresses to query transactions array
blockHash no Block hash of first block string
firstBlockIndex no Index of 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
items List of blocks array

Notes

  • Either blockHash or firstBlockIndex should be specified.