status-go/protocol/protobuf/contact.proto

10 lines
136 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package protobuf;
message ContactUpdate {
uint64 clock = 1;
string ens_name = 2;
string profile_image = 3;
}