Get desktop application:
View/edit binary Protocol Buffers messages
CollectionProperty defines an element of a private data that corresponds to a certain transaction and collection
CollectionHashedReadWriteSet encapsulate the hashed representation for the private read-write set for a collection
Used in:
Data model specific serialized proto message (e.g., kvrwset.HashedRWSet for KV and Document data models)
Hash of entire private read-write set for a specific collection. This helps in authenticating the private read-write set efficiently
CollectionPvtReadWriteSet encapsulates the private read-write set for a collection
Used in:
Data model specific serialized proto message (e.g., kvrwset.KVRWSet for KV and Document data models)
NsPvtReadWriteSet encapsulates the private read-write set for a chaincode
Used in:
NsReadWriteSet encapsulates the read-write set for a chaincode
Used in:
Data model specific serialized proto message (e.g., kvrwset.KVRWSet for KV and Document data models)
TxPvtReadWriteSet encapsulate the private read-write set for a transaction
TxReadWriteSet encapsulates a read-write set for a transaction DataModel specifies the enum value of the data model ns_rwset field specifies a list of chaincode specific read-write set (one for each chaincode)
Used in:
,