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