mirror of
https://github.com/LBRYFoundation/types.git
synced 2025-08-28 07:51:25 +00:00
7 lines
79 B
Protocol Buffer
7 lines
79 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package pb;
|
|
|
|
message Channel {
|
|
bytes public_key = 1;
|
|
}
|