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

# Functions

WithCert can be passed as an option when creating a new SigningIdentity.
WithPrivateKey can be passed as an option when creating a new SigningIdentity.

# Variables

ErrUserNotFound indicates the user was not found.

# Structs

CAConfig defines a CA configuration.
CCType defines the path to crypto keys and certs.
ClientConfig provides the definition of the client configuration.
CredentialStoreType defines pluggable KV store properties.
EnrollCredentials holds credentials used for enrollment.
IdentityIdentifier is a holder for the identifier of a specific identity, naturally namespaced, by its provider identifier.
IdentityOption captures options used for creating a new SigningIdentity instance.
PrivKeyKey is a composite key for accessing a private key in the key store.
UserData is the representation of User in UserStore PrivateKey is stored separately, in the crypto store.

# Interfaces

Context is the context required by MSP services.
Identity represents a Fabric client identity.
IdentityConfig contains identity configurations.
IdentityManager provides management of identities in Fabric network.
IdentityManagerProvider provides identity management services.
Providers represents a provider of MSP service.
SigningIdentity is an extension of Identity to cover signing capabilities.
UserStore is responsible for UserData persistence.

# Type aliases

SigningIdentityOption describes a functional parameter for creating a new SigningIdentity instance.