Versions in this module Expand all Collapse all v1 v1.4.9 Sep 30, 2020 Changes in this version + type QueryResult interface + type ResultsIterator interface + Close func() + Next func() (QueryResult, error) + type State interface + Done func() + GetPrivateDataMetadataByHash func(namespace, collection string, keyhash []byte) (map[string][]byte, error) + GetStateMetadata func(namespace, key string) (map[string][]byte, error) + GetStateMultipleKeys func(namespace string, keys []string) ([][]byte, error) + GetStateRangeScanIterator func(namespace string, startKey string, endKey string) (ResultsIterator, error) + type StateFetcher interface + FetchState func() (State, error) Incompatible versions in this module v2.1.1+incompatible Jun 1, 2020