@mysten/sui
Version:
Sui TypeScript API
45 lines (43 loc) • 790 B
JavaScript
import { MessageType } from "@protobuf-ts/runtime";
//#region src/grpc/proto/sui/rpc/v2/protocol_config.ts
var ProtocolConfig$Type = class extends MessageType {
constructor() {
super("sui.rpc.v2.ProtocolConfig", [
{
no: 1,
name: "protocol_version",
kind: "scalar",
opt: true,
T: 4,
L: 0
},
{
no: 2,
name: "feature_flags",
kind: "map",
K: 9,
V: {
kind: "scalar",
T: 8
}
},
{
no: 3,
name: "attributes",
kind: "map",
K: 9,
V: {
kind: "scalar",
T: 9
}
}
]);
}
};
/**
* @generated MessageType for protobuf message sui.rpc.v2.ProtocolConfig
*/
const ProtocolConfig = new ProtocolConfig$Type();
//#endregion
export { ProtocolConfig };
//# sourceMappingURL=protocol_config.mjs.map