NahidaImpact/NahidaImpact.Protocol/CustomCommonNodeInfo.proto
2024-01-04 16:48:39 +03:00

7 lines
133 B
Protocol Buffer

syntax = "proto3";
message CustomCommonNodeInfo {
string slot_identifier = 3;
int32 parent_index = 1;
uint32 config_id = 2;
}