Versions in this module Expand all Collapse all v1 v1.4.9 Jul 22, 2021 Changes in this version + type State interface + Done func() + GetPrivateDataMultipleKeys func(namespace, collection string, keys []string) ([][]byte, error) + GetStateMultipleKeys func(namespace string, keys []string) ([][]byte, error) + GetTransientByTXID func(txID string) ([]*rwset.TxPvtReadWriteSet, error) + type StateFetcher interface + FetchState func() (State, error)