NahidaImpact/NahidaImpact.Protocol/CustomCommonNodeInfo.proto

8 lines
133 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message CustomCommonNodeInfo {
string slot_identifier = 3;
int32 parent_index = 1;
uint32 config_id = 2;
}