8 lines
133 B
Protocol Buffer
8 lines
133 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
message CustomCommonNodeInfo {
|
||
|
string slot_identifier = 3;
|
||
|
int32 parent_index = 1;
|
||
|
uint32 config_id = 2;
|
||
|
}
|