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

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

syntax = "proto3";

package merkledb;

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

message LeafRecord {

    // Virtual node path
    optional fixed64 path = 1;

    // Virtual key
    bytes key = 2;

    // Virtual value
    bytes value = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy