Versions in this module Expand all Collapse all v1 v1.4.6 Feb 25, 2020 Changes in this version + var ErrStoreEmpty = errors.New("Transient store is empty") + func GetTransientStorePath() string + type EndorserPvtSimulationResults struct + PvtSimulationResults *rwset.TxPvtReadWriteSet + ReceivedAtBlockHeight uint64 + type EndorserPvtSimulationResultsWithConfig struct + PvtSimulationResultsWithConfig *transientstore.TxPvtReadWriteSetWithConfigInfo + ReceivedAtBlockHeight uint64 + type RWSetScanner interface + Close func() + Next func() (*EndorserPvtSimulationResults, error) + NextWithConfig func() (*EndorserPvtSimulationResultsWithConfig, error) + type RwsetScanner struct + func (scanner *RwsetScanner) Close() + func (scanner *RwsetScanner) Next() (*EndorserPvtSimulationResults, error) + func (scanner *RwsetScanner) NextWithConfig() (*EndorserPvtSimulationResultsWithConfig, error) + type Store interface + GetMinTransientBlkHt func() (uint64, error) + GetTxPvtRWSetByTxid func(txid string, filter ledger.PvtNsCollFilter) (RWSetScanner, error) + Persist func(txid string, blockHeight uint64, ...) error + PersistWithConfig func(txid string, blockHeight uint64, ...) error + PurgeByHeight func(maxBlockNumToRetain uint64) error + PurgeByTxids func(txids []string) error + Shutdown func() + type StoreEnv struct + TestStore Store + TestStoreProvider StoreProvider + func NewTestStoreEnv(t *testing.T) *StoreEnv + func (env *StoreEnv) Cleanup() + type StoreProvider interface + Close func() + OpenStore func(ledgerID string) (Store, error) + func NewStoreProvider() StoreProvider Incompatible versions in this module v2.0.1+incompatible Feb 26, 2020