WAArmadilloICDC.proto 368 B

123456789101112131415
  1. syntax = "proto2";
  2. package WAArmadilloICDC;
  3. option go_package = "git.bobomao.top/joey/testwh/proto/waArmadilloICDC";
  4. message ICDCIdentityList {
  5. optional int32 seq = 1;
  6. optional int64 timestamp = 2;
  7. repeated bytes devices = 3;
  8. optional int32 signingDeviceIndex = 4;
  9. }
  10. message SignedICDCIdentityList {
  11. optional bytes details = 1;
  12. optional bytes signature = 2;
  13. }