Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Retrier ¶
Retrier is an autogenerated mock type for the Retrier type
func NewRetrier ¶
NewRetrier creates a new instance of Retrier. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Retrier) RegisterTransaction ¶
func (_m *Retrier) RegisterTransaction(height uint64, tx *flow.TransactionBody)
RegisterTransaction provides a mock function with given fields: height, tx
type TransactionSender ¶
TransactionSender is an autogenerated mock type for the TransactionSender type
func NewTransactionSender ¶
func NewTransactionSender(t interface { mock.TestingT Cleanup(func()) }) *TransactionSender
NewTransactionSender creates a new instance of TransactionSender. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*TransactionSender) SendRawTransaction ¶
func (_m *TransactionSender) SendRawTransaction(ctx context.Context, tx *flow.TransactionBody) error
SendRawTransaction provides a mock function with given fields: ctx, tx