AccessController is an autogenerated mock type for the AccessController type
type AccessController struct { mock.Mock }
func (_m *AccessController) Evaluate(signatureSet []*common.SignedData) error
Evaluate provides a mock function with given fields: signatureSet
ConsenterVerifier is an autogenerated mock type for the ConsenterVerifier type
type ConsenterVerifier struct { mock.Mock }
func (_m *ConsenterVerifier) Evaluate(signatureSet []*common.SignedData) error
Evaluate provides a mock function with given fields: signatureSet
type FakeBlockPuller struct { CloseStub func() HeightsByEndpointsStub func() (map[string]uint64, error) PullBlockStub func(uint64) *common.Block // contains filtered or unexported fields }
func (fake *FakeBlockPuller) Close()
func (fake *FakeBlockPuller) CloseCallCount() int
func (fake *FakeBlockPuller) CloseCalls(stub func())
func (fake *FakeBlockPuller) HeightsByEndpoints() (map[string]uint64, error)
func (fake *FakeBlockPuller) HeightsByEndpointsCallCount() int
func (fake *FakeBlockPuller) HeightsByEndpointsCalls(stub func() (map[string]uint64, error))
func (fake *FakeBlockPuller) HeightsByEndpointsReturns(result1 map[string]uint64, result2 error)
func (fake *FakeBlockPuller) HeightsByEndpointsReturnsOnCall(i int, result1 map[string]uint64, result2 error)
func (fake *FakeBlockPuller) Invocations() map[string][][]interface{}
func (fake *FakeBlockPuller) PullBlock(arg1 uint64) *common.Block
func (fake *FakeBlockPuller) PullBlockArgsForCall(i int) uint64
func (fake *FakeBlockPuller) PullBlockCallCount() int
func (fake *FakeBlockPuller) PullBlockCalls(stub func(uint64) *common.Block)
func (fake *FakeBlockPuller) PullBlockReturns(result1 *common.Block)
func (fake *FakeBlockPuller) PullBlockReturnsOnCall(i int, result1 *common.Block)
Ledger is an autogenerated mock type for the Ledger type
type Ledger struct { mock.Mock }
func (_m *Ledger) Block(number uint64) *common.Block
Block provides a mock function with given fields: number
func (_m *Ledger) Height() uint64
Height provides a mock function with given fields:
MessageReceiver is an autogenerated mock type for the MessageReceiver type
type MessageReceiver struct { mock.Mock }
func (_m *MessageReceiver) HandleMessage(sender uint64, m *smartbftprotos.Message)
HandleMessage provides a mock function with given fields: sender, m
func (_m *MessageReceiver) HandleRequest(sender uint64, req []byte)
HandleRequest provides a mock function with given fields: sender, req
RPC is an autogenerated mock type for the RPC type
type RPC struct { mock.Mock }
func (_m *RPC) SendConsensus(dest uint64, msg *orderer.ConsensusRequest) error
SendConsensus provides a mock function with given fields: dest, msg
func (_m *RPC) SendSubmit(dest uint64, request *orderer.SubmitRequest) error
SendSubmit provides a mock function with given fields: dest, request
ReceiverGetter is an autogenerated mock type for the ReceiverGetter type
type ReceiverGetter struct { mock.Mock }
func (_m *ReceiverGetter) ReceiverByChain(channelID string) smartbft.MessageReceiver
ReceiverByChain provides a mock function with given fields: channelID
Sequencer is an autogenerated mock type for the Sequencer type
type Sequencer struct { mock.Mock }
func (_m *Sequencer) Sequence() uint64
Sequence provides a mock function with given fields:
SignerSerializer is an autogenerated mock type for the SignerSerializer type
type SignerSerializer struct { mock.Mock }
func (_m *SignerSerializer) Serialize() ([]byte, error)
Serialize provides a mock function with given fields:
func (_m *SignerSerializer) Sign(message []byte) ([]byte, error)
Sign provides a mock function with given fields: message