Skip to content

Instantly share code, notes, and snippets.

@aschmidt75
Last active April 8, 2019 10:16
Show Gist options
  • Save aschmidt75/72c086031eb9e6a40eaa7952a2f8d4fd to your computer and use it in GitHub Desktop.
Save aschmidt75/72c086031eb9e6a40eaa7952a2f8d4fd to your computer and use it in GitHub Desktop.
medium-fabric
func (t *SimpleChaincode) Init(stub shim.ChaincodeStubInterface) pb.Response {
...
}
func (t *SimpleChaincode) invoke(stub shim.ChaincodeStubInterface, args []string) pb.Response {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment