Skip to content
Snippets Groups Projects
Commit 9f2595b3 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

add find_transaction method

parent 74ed80fb
No related branches found
No related tags found
No related merge requests found
...@@ -455,6 +455,11 @@ export default [ ...@@ -455,6 +455,11 @@ export default [
"method": "set_max_block_age", "method": "set_max_block_age",
"params": ["maxBlockAge"] "params": ["maxBlockAge"]
}, },
{
"api": "transaction_status_api",
"method": "find_transaction",
"params": ["transaction_id", "expiration"]
},
{ {
"api": "market_history_api", "api": "market_history_api",
"method": "get_ticker", "method": "get_ticker",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment