You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Your API (grpc) documentation seems to be out of date.
As the documentation says, I need to import "GetTransferConfigsRequest" from "ts-proto/sgn/gateway/v1/gateway_pb".
But there is no folder called "gateway" in "sgn". Something is wrong with your repo SDK
Same for the exported "WebClient" object
I was able to find this "WebClient" in another root: ts-proto/gateway/GatewayServiceClientPb.ts, but as you can see, there is only a TypeScript file, which is not suitable for ES modules written in JS.
So if it doesn't work the way the documentation says, how am I supposed to use your grpc sdk?
The text was updated successfully, but these errors were encountered:
Hello. Your API (grpc) documentation seems to be out of date.
As the documentation says, I need to import "GetTransferConfigsRequest" from "ts-proto/sgn/gateway/v1/gateway_pb".
But there is no folder called "gateway" in "sgn". Something is wrong with your repo SDK
Same for the exported "WebClient" object
I was able to find this "WebClient" in another root: ts-proto/gateway/GatewayServiceClientPb.ts, but as you can see, there is only a TypeScript file, which is not suitable for ES modules written in JS.
So if it doesn't work the way the documentation says, how am I supposed to use your grpc sdk?
The text was updated successfully, but these errors were encountered: