Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type Store
- func (_m *Store) Delete(ctx context.Context, from int64, to int64) error
- func (_m *Store) FindTransaction(ctx context.Context, hash []byte) (*model.Transaction, error)
- func (_m *Store) FindTransactionsByBlockHash(ctx context.Context, blockHash []byte) ([]*model.Transaction, error)
- func (_m *Store) Insert(ctx context.Context, data *model.Transaction) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is an autogenerated mock type for the Store type
func (*Store) FindTransaction ¶
FindTransaction provides a mock function with given fields: ctx, hash
func (*Store) FindTransactionsByBlockHash ¶
func (_m *Store) FindTransactionsByBlockHash(ctx context.Context, blockHash []byte) ([]*model.Transaction, error)
FindTransactionsByBlockHash provides a mock function with given fields: ctx, blockHash
Click to show internal directories.
Click to hide internal directories.