Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Chaincodes ¶
Chaincodes returns all registered in-process chaincodes
func GetByPackageID ¶ added in v0.1.4
GetByPackageID returns the in-process chaincode for the given package ID
Types ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
Registry maintains a registry of in-process user chaincode
func (*Registry) Chaincodes ¶
Chaincodes returns all registered in-process chaincodes
func (*Registry) ChannelJoined ¶
ChannelJoined is called when the peer joins a channel
func (*Registry) GetByPackageID ¶ added in v0.1.4
GetByPackageID returns the in-process chaincode for the given package ID
func (*Registry) Initialize ¶
Initialize is called on peer startup
func (*Registry) WaitForReady ¶
func (r *Registry) WaitForReady()
WaitForReady blocks until the chaincodes are all registered
type Version ¶ added in v0.1.2
type Version string
Version represents the chaincode version
Click to show internal directories.
Click to hide internal directories.