Iâm trying to get a transaction through moralis, I expected an object but got something strange, why does the response from the query is an object with âclassNameâ? Iâm using moralis/node and not react so I didnât expect that, also the properties on the object are not accessible, for example calling âtransaction.from_addressâ is undefined and have only 4 keys, but when using JSON.stringify it shows the whole object as expectedâŚ
Why is that? and what is the right way to parse this?
This is the object I get:|
ParseObject {
id: 'qdZ8jFbDD2kIBCjajh02KUzK',
_localId: undefined,
_objCount: 0,
className: 'EthTransactions'
}
But then when I do JSON.stringify it has more fieldsâŚ