I create a Theta Token wallet, get its balance with theta.js (@thetalabs/theta-js) in Node Js app. But when I try to get a transaction, I get error: fetch is undefined. I thing, theta.js uses fetch. How can I use theta js in Node.js apps? I tried add node-fetch lib, but it doesn't help me.
Maybe, there is another lib for Node apps with theta?