types/proto/v2/channel.proto

7 lines
79 B
Protocol Buffer

syntax = "proto3";
package pb;
message Channel {
bytes public_key = 1;
}