You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wanted to understand what the best way to get the assets that are minted or burned in a transaction.
From what I can see the txs/{hash} endpoint returns a field which counts how many assets are minted or burned in a tx, for every other _count property in the tx, there is an endpoint to get details about what is being counted, but I can not see one for mint or burned assets.
Is the intended way to get this information to calculate it directly from comparing in/out utxos?
The text was updated successfully, but these errors were encountered:
Hello, I wanted to understand what the best way to get the assets that are minted or burned in a transaction.
From what I can see the
txs/{hash}
endpoint returns a field which counts how many assets are minted or burned in a tx, for every other_count
property in the tx, there is an endpoint to get details about what is being counted, but I can not see one for mint or burned assets.Is the intended way to get this information to calculate it directly from comparing in/out utxos?
The text was updated successfully, but these errors were encountered: