All Downloads are FREE. Search and download functionalities are using the official Maven repository.

waves.api.proto Maven / Gradle / Ivy

The newest version!
syntax = "proto3";
package waves.api;
option java_package = "com.wavesplatform.protobuf.api";

message DataRequest {
  repeated string keys = 1;
  string matches = 2;
}

message TransactionsByIdRequest {
  repeated string ids = 1;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy