get pool changes.bin: Difference between revisions

From Talleo Wiki
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.bin}}
== Input ==
== Input ==
{| class="wikitable"
{| class="wikitable"

Latest revision as of 09:20, 24 March 2020

Input

Argument Mandatory Description Format
tailBlockId yes Block hash of tail block Hash
knownTxsIds yes List of known block hashes array

Output

Argument Description Format
isTailBlockActual Is tailBlockId in pool bool
addedTxs List of added transactions array
deletedTxsIds List of transaction hashes of transactions no longer in pool array
status Status of request, "OK" if successful string

Description

  • This method returns changes in pool containing unconfirmed transactions.
  • Added transactions are returned as array of binary large objects (blobs)