gradido/docu/other/protobuf/Transfer.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

11 lines
233 B
Protocol Buffer

syntax = "proto3";
package gradido;
import "BasicTypes.proto";
// at least 88 Byte
message Transfer {
repeated SenderAmount senderAmounts = 1; // je 48 Byte
repeated ReceiverAmount receiverAmounts = 2; // je 40 Byte
}