import "github.com/hyperledger/fabric/examples/chaincode/go/example02"
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