github.com/status-im/status-go@v1.1.0/protocol/protobuf/community_shard_key.proto (about) 1 syntax = "proto3"; 2 3 option go_package = "./;protobuf"; 4 5 package protobuf; 6 7 import "shard.proto"; 8 9 message CommunityShardKey { 10 bytes community_id = 1; 11 bytes private_key = 2; 12 uint64 clock = 3; 13 Shard shard = 4; 14 }