1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/test_api_files/get_recent_txs_and_info.json

13 lines
259 B
JSON
Raw Permalink Normal View History

{
"jsonrpc": "2.0",
"id": 0,
"method": "get_recent_txs_and_info",
"params": {
"offset": 0,
"update_provision_info": true,
"exclude_mining_txs": true,
"count": 100,
"order": "FROM_BEGIN_TO_END",
"exclude_unconfirmed": true
}
}