Documentation ¶
Index ¶
- type TxExecutionOrderHandlerStub
- func (teohs *TxExecutionOrderHandlerStub) Add(txHash []byte)
- func (teohs *TxExecutionOrderHandlerStub) Clear()
- func (teohs *TxExecutionOrderHandlerStub) Contains(txHash []byte) bool
- func (teohs *TxExecutionOrderHandlerStub) GetItemAtIndex(index uint32) ([]byte, error)
- func (teohs *TxExecutionOrderHandlerStub) GetItems() [][]byte
- func (teohs *TxExecutionOrderHandlerStub) GetOrder(txHash []byte) (int, error)
- func (teohs *TxExecutionOrderHandlerStub) IsInterfaceNil() bool
- func (teohs *TxExecutionOrderHandlerStub) Len() int
- func (teohs *TxExecutionOrderHandlerStub) Remove(txHash []byte)
- func (teohs *TxExecutionOrderHandlerStub) RemoveMultiple(txHashes [][]byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxExecutionOrderHandlerStub ¶
type TxExecutionOrderHandlerStub struct { AddCalled func(txHash []byte) GetItemAtIndexCalled func(index uint32) ([]byte, error) GetOrderCalled func(txHash []byte) (int, error) RemoveCalled func(txHash []byte) RemoveMultipleCalled func(txHashes [][]byte) GetItemsCalled func() [][]byte ContainsCalled func(txHash []byte) bool ClearCalled func() LenCalled func() int }
TxExecutionOrderHandlerStub -
func (*TxExecutionOrderHandlerStub) Add ¶
func (teohs *TxExecutionOrderHandlerStub) Add(txHash []byte)
Add -
func (*TxExecutionOrderHandlerStub) Clear ¶
func (teohs *TxExecutionOrderHandlerStub) Clear()
Clear -
func (*TxExecutionOrderHandlerStub) Contains ¶
func (teohs *TxExecutionOrderHandlerStub) Contains(txHash []byte) bool
Contains -
func (*TxExecutionOrderHandlerStub) GetItemAtIndex ¶
func (teohs *TxExecutionOrderHandlerStub) GetItemAtIndex(index uint32) ([]byte, error)
GetItemAtIndex -
func (*TxExecutionOrderHandlerStub) GetItems ¶
func (teohs *TxExecutionOrderHandlerStub) GetItems() [][]byte
GetItems -
func (*TxExecutionOrderHandlerStub) GetOrder ¶
func (teohs *TxExecutionOrderHandlerStub) GetOrder(txHash []byte) (int, error)
GetOrder -
func (*TxExecutionOrderHandlerStub) IsInterfaceNil ¶
func (teohs *TxExecutionOrderHandlerStub) IsInterfaceNil() bool
IsInterfaceNil -
func (*TxExecutionOrderHandlerStub) Remove ¶
func (teohs *TxExecutionOrderHandlerStub) Remove(txHash []byte)
Remove -
func (*TxExecutionOrderHandlerStub) RemoveMultiple ¶
func (teohs *TxExecutionOrderHandlerStub) RemoveMultiple(txHashes [][]byte)
RemoveMultiple -
Click to show internal directories.
Click to hide internal directories.