Gets the transaction output global indexes by txid.
curl -X GET -H "Content-type: application/json" -H "Accept: appliation/json" -d '{"txid": "2c120198dfc59a76d512d021da1253018b497273e1b5358cd2bdc1c206d48c3c"}' http://localhost:30159/getblockchainindexes
request | response |
txid | o_indexes |
status |
sample:
{"o_indexes":[317556,316156,316510,316257,316203,317460,317899,315498,569057,568133,581198,569829,551678,285349],"status":"OK"}