Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Chaincode
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chaincode ¶
type Chaincode struct { InitStub func(shim.ChaincodeStubInterface) peer.Response InvokeStub func(shim.ChaincodeStubInterface) peer.Response // contains filtered or unexported fields }
func (*Chaincode) Init ¶
func (fake *Chaincode) Init(arg1 shim.ChaincodeStubInterface) peer.Response
func (*Chaincode) InitArgsForCall ¶
func (fake *Chaincode) InitArgsForCall(i int) shim.ChaincodeStubInterface
func (*Chaincode) InitCallCount ¶
func (*Chaincode) InitCalls ¶
func (fake *Chaincode) InitCalls(stub func(shim.ChaincodeStubInterface) peer.Response)
func (*Chaincode) InitReturns ¶
func (*Chaincode) InitReturnsOnCall ¶
func (*Chaincode) Invocations ¶
func (*Chaincode) Invoke ¶
func (fake *Chaincode) Invoke(arg1 shim.ChaincodeStubInterface) peer.Response
func (*Chaincode) InvokeArgsForCall ¶
func (fake *Chaincode) InvokeArgsForCall(i int) shim.ChaincodeStubInterface
func (*Chaincode) InvokeCallCount ¶
func (*Chaincode) InvokeCalls ¶
func (fake *Chaincode) InvokeCalls(stub func(shim.ChaincodeStubInterface) peer.Response)
func (*Chaincode) InvokeReturns ¶
Click to show internal directories.
Click to hide internal directories.