package
1.0.0
Repository: https://github.com/hyperledger/fabric-sdk-go.git
Documentation: pkg.go.dev

# Variables

ErrKeyValueNotFound indicates that a value for the key does not exist.

# Interfaces

ConfigBackend backend for all config types in SDK.
CryptoSuite adaptor for all bccsp functionalities used by SDK.
CryptoSuiteConfig contains sdk configuration items for cryptosuite.
HashOpts contains options for hashing with a CSP.
Key represents a cryptographic key.
KeyGenOpts contains options for key-generation with a CSP.
KeyImportOpts contains options for importing the raw material of a key with a CSP.
KVStore is a generic key-value store interface.
Providers represents the SDK configured core providers context.
SignerOpts contains options for signing with a CSP.
SigningManager signs object with provided key.

# Type aliases

ConfigProvider provides config backend for SDK.