org.hyperledger.fabric.protos.ledger.rwset.CollectionHashedReadWriteSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-protos Show documentation
Show all versions of fabric-protos Show documentation
PROTO library for fabric-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ledger/rwset/rwset.proto
package org.hyperledger.fabric.protos.ledger.rwset;
public interface CollectionHashedReadWriteSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:rwset.CollectionHashedReadWriteSet)
com.google.protobuf.MessageOrBuilder {
/**
* string collection_name = 1 [json_name = "collectionName"];
* @return The collectionName.
*/
java.lang.String getCollectionName();
/**
* string collection_name = 1 [json_name = "collectionName"];
* @return The bytes for collectionName.
*/
com.google.protobuf.ByteString
getCollectionNameBytes();
/**
*
* Data model specific serialized proto message (e.g., kvrwset.HashedRWSet for KV and Document data models)
*
*
* bytes hashed_rwset = 2 [json_name = "hashedRwset"];
* @return The hashedRwset.
*/
com.google.protobuf.ByteString getHashedRwset();
/**
*
* Hash of entire private read-write set for a specific collection. This helps in authenticating the private read-write set efficiently
*
*
* bytes pvt_rwset_hash = 3 [json_name = "pvtRwsetHash"];
* @return The pvtRwsetHash.
*/
com.google.protobuf.ByteString getPvtRwsetHash();
}