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

com.swirlds.merkledb.files.datasource_metadata.proto Maven / Gradle / Ivy

Go to download

Swirlds is a software platform designed to build fully-distributed applications that harness the power of the cloud without servers. Now you can develop applications with fairness in decision making, speed, trust and reliability, at a fraction of the cost of traditional server-based platforms.

There is a newer version: 0.56.6
Show newest version
syntax = "proto3";

package merkledb;

option java_package = "com.swirlds.merkledb";
option java_multiple_files = true;

message DataSourceMetadata {

  optional uint32 minValidKey = 1;
  optional uint32 maxValidKey = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy