"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var RpcParamtype;
(function (RpcParamtype) {
RpcParamtype[RpcParamtype["PAYLOAD"] = 3] = "PAYLOAD";
RpcParamtype[RpcParamtype["CONTEXT"] = 6] = "CONTEXT";
})(RpcParamtype = exports.RpcParamtype || (exports.RpcParamtype = {}));