gradido/docu/other/protobuf/TransactionCreation.proto
Ulf Gebhardt 610971f5d3
included existing docu
transformed a lot of odt & txt files to md format
2021-04-16 22:08:51 +02:00

14 lines
308 B
Protocol Buffer

syntax = "proto3";
package gradido;
import "BasicTypes.proto";
// need signature from group admin or
// percent of group users another than the receiver
message TransactionCreation {
ReceiverAmount receiverAmount = 1;
// TODO: Change to collision resistent type
sint32 ident_hash = 2;
}