npm:@triton-one/yellowstone-grpc4: "This expression is not constructable"
Hey all,
I'm attempting to import a class from a default export named "Client" from this npm package named "@triton-one/yellowstone-grpc4", however trying to construct it gives an error saying it's not constructable. Checking the type definition file, the class looks like it's being exported properly, and does contain a constructor. Here's a minimal example to reproduce the issue:
Any ideas?
0 Replies