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?
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?