Last active
April 8, 2019 10:16
-
-
Save aschmidt75/72c086031eb9e6a40eaa7952a2f8d4fd to your computer and use it in GitHub Desktop.
medium-fabric
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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