I’m reading from here: Algorand Standard Assets (ASAs) - Algorand Developer Portal
My transactions go through, I get my txnId.
In the developer portal it says to call this to get assetId, but there is no property “asset-index”.
Is this correct way to get assetId?
let ptx = await algodclient.pendingTransactionInformation(tx.txId).do();
assetID = ptx[“asset-index”]