We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab83ba commit f132f98Copy full SHA for f132f98
packages/lightcone_v2.js/src/grpc/grpcClient.ts
@@ -1,7 +1,6 @@
1
import {credentials, Metadata, ServiceError} from 'grpc';
2
import { DexServiceClient } from '../../proto_gen/service_dex_grpc_pb';
3
import { GetNextOrderIdReq } from '../../proto_gen/service_dex_pb';
4
-import { grpcClientService } from './grpcClientService';
5
import { UInt32Value } from "google-protobuf/google/protobuf/wrappers_pb";
6
7
/* // https://github.com/grpc/grpc-node/issues/543#issuecomment-427487420
@@ -32,7 +31,6 @@ metadata.add('foo', 'bar2');
32
31
33
async function example(): Promise<void> {
34
client.getNextOrderId(param, (err: ServiceError | null, res: UInt32Value) => {
35
- console.log('hello world')
36
console.log(res.getValue())
37
});
38
}
0 commit comments