import "github.com/hyperledger/fabric/integration/chaincode/simple"
chaincode.go
SimpleChaincode example simple Chaincode implementation
type SimpleChaincode struct { }
func (t *SimpleChaincode) Init(stub shim.ChaincodeStubInterface) pb.Response
func (t *SimpleChaincode) Invoke(stub shim.ChaincodeStubInterface) pb.Response