# 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.
# Type aliases
Version represents the chaincode version.