mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
88a1d0111e
This commit adds handling of Transaction commands.
10 lines
136 B
Protocol Buffer
10 lines
136 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package protobuf;
|
|
|
|
message ContactUpdate {
|
|
uint64 clock = 1;
|
|
string ens_name = 2;
|
|
string profile_image = 3;
|
|
}
|