# Functions
GetTransientStorePath returns the filesystem path for temporarily storing the private rwset.
NewStoreProvider instantiates TransientStoreProvider.
NewTestStoreEnv construct a StoreEnv for testing.
# Variables
ErrStoreEmpty is used to indicate that there are no entries in transient store.
# Structs
EndorserPvtSimulationResults captures the details of the simulation results specific to an endorser TODO: Once the related gossip changes are made as per FAB-5096, remove this struct.
EndorserPvtSimulationResultsWithConfig captures the details of the simulation results specific to an endorser.
No description provided by the author
StoreEnv provides the store env for testing.
# Interfaces
RWSetScanner provides an iterator for EndorserPvtSimulationResults.
Store manages the storage of private write sets for a ledgerId.
StoreProvider provides an instance of a TransientStore.