Versions in this module Expand all Collapse all v0 v0.1.1 Aug 16, 2021 Changes in this version + type Chaincode struct + InitStub func(shim.ChaincodeStubInterface) peer.Response + InvokeStub func(shim.ChaincodeStubInterface) peer.Response + func (fake *Chaincode) Init(arg1 shim.ChaincodeStubInterface) peer.Response + func (fake *Chaincode) InitArgsForCall(i int) shim.ChaincodeStubInterface + func (fake *Chaincode) InitCallCount() int + func (fake *Chaincode) InitCalls(stub func(shim.ChaincodeStubInterface) peer.Response) + func (fake *Chaincode) InitReturns(result1 peer.Response) + func (fake *Chaincode) InitReturnsOnCall(i int, result1 peer.Response) + func (fake *Chaincode) Invocations() map[string][][]interface{} + func (fake *Chaincode) Invoke(arg1 shim.ChaincodeStubInterface) peer.Response + func (fake *Chaincode) InvokeArgsForCall(i int) shim.ChaincodeStubInterface + func (fake *Chaincode) InvokeCallCount() int + func (fake *Chaincode) InvokeCalls(stub func(shim.ChaincodeStubInterface) peer.Response) + func (fake *Chaincode) InvokeReturns(result1 peer.Response) + func (fake *Chaincode) InvokeReturnsOnCall(i int, result1 peer.Response)