mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
12 lines
279 B
Protocol Buffer
12 lines
279 B
Protocol Buffer
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;
|
|
} |