Questions tagged [avalanchejs]

2 questions
1
vote
0 answers

AvalancheJS get input/output id

I would like to get the input/output id that is shown in https://avascan.info: I could not find any way to get this. There is a getUTXOID function but it does not give the same id. (It would give xrwoWWtWPq4oEAVPRVAQWLCQrdhLeGV5ds4PciC5AnekC6A3r in…
httpete
  • 5,875
  • 4
  • 32
  • 41
0
votes
0 answers

How to get transaction date having it's hash at hand?

I'm trying to figure out how to get the time when the transaction was included in block by it's hash on the P-Chain. I looked into getTx method but the response doesn't include this information: { unsignedTx: { networkID: 5, blockchainID:…
adrian
  • 1