Author Topic: Determine sender by ONLY txid  (Read 1845 times)

0 Members and 1 Guest are viewing this topic.

Offline hybridd

  • Full Member
  • ***
  • Posts: 164
    • View Profile
  • BitShares: hybr1d
cheers guys, appreciate the support! Will have a look into this tomorrow.
http://sharebits.io - #sharebits "person" amount asset - Start tipping on bitsharestalk today!
Developer @ Freebie

Offline monsterer

With other cryptocurrencies, typically I would use a blockchain explorers api to do this. I'm unsure if @roadscape 's service has a way of doing this so this is a question to him as well.

Suppose I only have the tx id (from receiving funds) i.e. 1.11.510752, how can I determine more information about this transaction (i.e. who sent it)?

GetRecentTransaction(string txid)
https://github.com/wildbunny/c-graphene-api/blob/master/GrapheneRpc/GrapheneWallet.cs#L251

This function is for looking up by hash id, rather than object id. For object lookups, I would use get_object instead.
My opinions do not represent those of metaexchange unless explicitly stated.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
You can rund get_object on any of those "objects":
Code: [Select]
get_object 1.11.510752

Offline btstip

  • Hero Member
  • *****
  • Posts: 644
    • View Profile
  • BitShares: btstip-io
Hey ebit, here are the results of your tips...
Curious about ShareBits? Visit us at http://sharebits.io and start tipping BTS on https://bitsharestalk.org/ today!
Created by hybridd

Offline ebit

  • Committee member
  • Hero Member
  • *
  • Posts: 1905
    • View Profile
  • BitShares: ebit
#sharebits  testz 1 ROSE
#sharebits  monsterer  1 ROSE
telegram:ebit521
https://weibo.com/ebiter

Offline testz

With other cryptocurrencies, typically I would use a blockchain explorers api to do this. I'm unsure if @roadscape 's service has a way of doing this so this is a question to him as well.

Suppose I only have the tx id (from receiving funds) i.e. 1.11.510752, how can I determine more information about this transaction (i.e. who sent it)?

GetRecentTransaction(string txid)
https://github.com/wildbunny/c-graphene-api/blob/master/GrapheneRpc/GrapheneWallet.cs#L251

GrapheneOperation.from:
https://github.com/wildbunny/c-graphene-api/blob/master/GrapheneRpc/GrapheneTypes.cs#L373

Thanks for @monsterer

Offline hybridd

  • Full Member
  • ***
  • Posts: 164
    • View Profile
  • BitShares: hybr1d
With other cryptocurrencies, typically I would use a blockchain explorers api to do this. I'm unsure if @roadscape 's service has a way of doing this so this is a question to him as well.

Suppose I only have the tx id (from receiving funds) i.e. 1.11.510752, how can I determine more information about this transaction (i.e. who sent it)?
http://sharebits.io - #sharebits "person" amount asset - Start tipping on bitsharestalk today!
Developer @ Freebie