syntax = "proto3"; package gradido; import "BasicTypes.proto"; // need signature from this group and from both parents (if it isn't zero) message StateGroupChangeParent { Key groupPublicKey = 1; Key newParentGroupPublicKey = 2; Key oldParentGroupPublicKey = 3; }