1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.RpcParamtype = void 0;
|
4 | var RpcParamtype;
|
5 | (function (RpcParamtype) {
|
6 | RpcParamtype[RpcParamtype["PAYLOAD"] = 3] = "PAYLOAD";
|
7 | RpcParamtype[RpcParamtype["CONTEXT"] = 6] = "CONTEXT";
|
8 | RpcParamtype[RpcParamtype["GRPC_CALL"] = 9] = "GRPC_CALL";
|
9 | })(RpcParamtype || (exports.RpcParamtype = RpcParamtype = {}));
|