Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBArtifacts ¶
DBArtifacts defines DB artifacts, including indexes
type Definition ¶
type Definition struct { Name string Hash []byte Version string CollectionConfigs *peer.CollectionConfigPackage }
Definition captures the info about chaincode
type EventMgr ¶
type EventMgr interface { HandleChaincodeDeploy(channelID string, ccDefs []*Definition) error ChaincodeDeployDone(channelID string) }
EventMgr handles chaincode deploy events
type UserCC ¶
type UserCC interface { scc.SelfDescribingSysCC // Version returns the version of this chaincode Version() string // GetDBArtifacts returns the DB artifacts for this chaincode along with those of the given collections GetDBArtifacts(collNames []string) map[string]*DBArtifacts }
UserCC contains information about an in-process user chaincode
Click to show internal directories.
Click to hide internal directories.