Skip to content

Instantly share code, notes, and snippets.

@aschmidt75
Created April 12, 2019 13:22
Show Gist options
  • Save aschmidt75/a0fdfc883514cba2ba952b782dd5819b to your computer and use it in GitHub Desktop.
Save aschmidt75/a0fdfc883514cba2ba952b782dd5819b to your computer and use it in GitHub Desktop.
type InvocationHandler interface {
checkParseArguments(stub shim.ChaincodeStubInterface) error
process(stub shim.ChaincodeStubInterface) error
getResponse(stub shim.ChaincodeStubInterface) interface{}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment