Hi,
When account A submits a transaction to account B and writes sth in the “Note” field, how can it read the note from account B?
Thanks.
Hi,
When account A submits a transaction to account B and writes sth in the “Note” field, how can it read the note from account B?
Thanks.
Welcome to Algorand!
It depends:
Thanks for your answer. I would mean the second “if” you explained. But if I want to read the note in the private network, not Mainnet or Testnet, I think I cannot use algoexplorer.io. Do you have any solution for this case, too?
Thanks
For a private network, you will need to run an indexer and then make a query to the indexer.
If you’re using Python see: Read and Write to the Transaction Note Field with Python | Algorand Developer Portal
There are similar tutorials in JS, Java, and Go, just search for them on the developer portal.