get pool changes lite.bin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | tailBlockId || yes || Block hash of tail block || Hash |- | knownTxsIds || yes || Li...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:get_pool_changes_lite.bin}} | |||
== Input == | == Input == | ||
{| class="wikitable" | {| class="wikitable" |
Latest revision as of 09:22, 24 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
tailBlockId | yes | Block hash of tail block | Hash |
knownTxsIds | yes | List of known transaction hashes | array |
Output
Argument | Description | Format |
---|---|---|
isTailBlockActual | Is tailBlockId in pool | bool |
addedTxs | List of transaction prefixes of added transactions | array |
deletedTxsIds | List of transaction hashes of deleted transactions | array |
status | Status of the request, "OK" if successful | string |