Discover Packages
github.com/trustbloc/fabric-peer-ext
pkg
chaincode
builder
package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: May 6, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type CCBuilder struct {
}
CCBuilder builds a slice of SelfDescribingSysCC
New returns a new CCBuilder
Add adds a new chaincode creator function. The function has zero or more args
that define dependencies and a single return value of type scc.SelfDescribingSysCC.
Note: The args must all be interfaces.
Build returns a slice of SelfDescribingSysCC using the given set of providers
Source Files
¶
Click to show internal directories.
Click to hide internal directories.