getrawmempool - Okcash RPC

getrawmempool 

Returns all transaction ids in memory pool as a json array of string transaction ids.

Result: 
[                     (json array of string)
  "transactionid"     (string) The transaction id
  ,...
]

Examples:
> okcashd getrawmempool
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "getrawmempool" }' -H 'content-type: text/plain;' http://127.0.0.1:6969/


Okcash Core RPC documentation.

Okcash version: 5.0.0.3

OK RPC docs at:Github