package
0.1.6
Repository: https://github.com/trustbloc/fabric-peer-ext.git
Documentation: pkg.go.dev

# Functions

Chaincodes returns all registered in-process chaincodes.
Get returns the in-process chaincode for the given name and version.
GetByPackageID returns the in-process chaincode for the given package ID.
Register registers an in-process user chaincode creator function.
WaitForReady blocks until the chaincodes are all registered.

# Structs

Registry maintains a registry of in-process user chaincode.

# Type aliases

Version represents the chaincode version.