# Functions
CreatePluginSysCCs creates all of the system chaincodes which are compiled into fabric.
NewProvider creates a new Provider instance.
# Structs
PluginConfig SCC plugin configuration.
Provider implements sysccprovider.SystemChaincodeProvider.
No description provided by the author
SystemChaincode defines the metadata needed to initialize system chaincode when the fabric comes up.
# Interfaces
Registrar provides a way for system chaincodes to be registered.
No description provided by the author