Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestSCC ¶
type TestSCC struct {
// contains filtered or unexported fields
}
TestSCC is a sample in-process system chaincode
func New ¶
func New(configServiceProvider configServiceProvider, peerConfig peerConfig) *TestSCC
New returns a new test chaincode
func (*TestSCC) ChannelJoined ¶
ChannelJoined is called when the peer joins a channel
func (*TestSCC) Init ¶
func (cc *TestSCC) Init(stub shim.ChaincodeStubInterface) pb.Response
Init will be deprecated in a future Fabric release
Click to show internal directories.
Click to hide internal directories.