Documentation ¶
Index ¶
- type V1
- func (cc *V1) Chaincode() shim.Chaincode
- func (cc *V1) GetDBArtifacts([]string) map[string]*ccapi.DBArtifacts
- func (cc *V1) Init(stub shim.ChaincodeStubInterface) pb.Response
- func (cc *V1) Invoke(stub shim.ChaincodeStubInterface) pb.Response
- func (cc *V1) Name() string
- func (cc *V1) Version() string
- type V1_1
- type V2
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type V1 ¶
type V1 struct { }
V1 chaincode for in-process UCC tests
func (*V1) GetDBArtifacts ¶
func (cc *V1) GetDBArtifacts([]string) map[string]*ccapi.DBArtifacts
GetDBArtifacts returns DB artifacts. For this chaincode there are no artifacts.
func (*V1) Init ¶
func (cc *V1) Init(stub shim.ChaincodeStubInterface) pb.Response
Init will be deprecated in a future Fabric release
type V1_1 ¶
type V1_1 struct {
*V1
}
V1_1 chaincode for in-process UCC tests
type V2 ¶
type V2 struct {
*V1_1
}
V2 chaincode for in-process UCC tests
func (*V2) GetDBArtifacts ¶ added in v0.1.4
func (cc *V2) GetDBArtifacts([]string) map[string]*ccapi.DBArtifacts
GetDBArtifacts returns DB artifacts
Click to show internal directories.
Click to hide internal directories.