Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterSysCC ¶
func RegisterSysCC(syscc *SystemChaincode) error
RegisterSysCC registers the given system chaincode with the peer
Types ¶
type SystemChaincode ¶
type SystemChaincode struct { // Enabled a convenient switch to enable/disable system chaincode without // having to remove entry from importsysccs.go Enabled bool //Unique name of the system chaincode Name string //Path to the system chaincode; currently not used Path string //InitArgs initialization arguments to startup the system chaincode InitArgs [][]byte // Chaincode is the actual chaincode object Chaincode shim.Chaincode }
SystemChaincode defines the metadata needed to initialize system chaincode when the fabric comes up. SystemChaincodes are installed by adding an entry in importsysccs.go
Source Files
¶
- sysccapi.go
Click to show internal directories.
Click to hide internal directories.