4321
Stakeholder Proposals / Re: Developer delegate: dev.bitsharesblocks
« on: February 19, 2015, 09:17:15 pm »Is there a way to link to a specific transaction by ID on bitsharesblocks? Like you can on blockchain.info?
I'd like to provide links to transactions for customers in metaexchange.info.
I am looking for this function too.
Edit: via api call.
Do you mean this?
Code: [Select]
blockchain_get_transaction <transaction_id_prefix> [exact] Get detailed information about an in-wallet transaction
Or an api call to bitsharesblocks.com? It could be:
Code: [Select]
https://api.bitsharesblocks.com/v1/blocksbytrx/<trx_id>?callback=angular.callbacks._7
It will return a block id.