Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 Changes in this version + type CSP struct + func NewCSP(keyStore bccsp.KeyStore) (*CSP, error) + type KVS interface + Get func(id string, state interface{}) error + Put func(id string, state interface{}) error + type KVSStore struct + func NewKVSStore(KVS KVS) *KVSStore + func (ks *KVSStore) GetKey(ski []byte) (bccsp.Key, error) + func (ks *KVSStore) ReadOnly() bool + func (ks *KVSStore) StoreKey(k bccsp.Key) error + type KeyEntry struct + KeyType string + Raw []byte