2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-17 10:13:22 +00:00
Andrea Maria Piana 88a1d0111e
Add Commands ()
This commit adds handling of Transaction commands.
2020-01-10 19:59:01 +01:00

10 lines
136 B
Protocol Buffer

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