5 lines
71 B
Protocol Buffer
5 lines
71 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message OfferingInfo {
|
|
uint32 offering_id = 1;
|
|
}
|