mocks

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2018 License: LGPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Store

type Store struct {
	mock.Mock
}

Store is an autogenerated mock type for the Store type

func (*Store) DeleteAccounts

func (_m *Store) DeleteAccounts(from int64, to int64) error

DeleteAccounts provides a mock function with given fields: from, to

func (*Store) DeleteERC20Storage

func (_m *Store) DeleteERC20Storage(address common.Address, from int64, to int64) error

DeleteERC20Storage provides a mock function with given fields: address, from, to

func (*Store) DeleteERC20Transfer

func (_m *Store) DeleteERC20Transfer(address common.Address, from int64, to int64) error

DeleteERC20Transfer provides a mock function with given fields: address, from, to

func (*Store) DeleteETHTransfer

func (_m *Store) DeleteETHTransfer(from int64, to int64) error

DeleteETHTransfer provides a mock function with given fields: from, to

func (*Store) FindAccount

func (_m *Store) FindAccount(address common.Address, blockNr ...int64) (*model.Account, error)

FindAccount provides a mock function with given fields: address, blockNr

func (*Store) FindERC20

func (_m *Store) FindERC20(address common.Address) (*model.ERC20, error)

FindERC20 provides a mock function with given fields: address

func (*Store) FindERC20Storage

func (_m *Store) FindERC20Storage(address common.Address, key common.Hash, blockNr int64) (*model.ERC20Storage, error)

FindERC20Storage provides a mock function with given fields: address, key, blockNr

func (*Store) InsertAccount

func (_m *Store) InsertAccount(_a0 *model.Account) error

InsertAccount provides a mock function with given fields: _a0

func (*Store) InsertERC20

func (_m *Store) InsertERC20(code *model.ERC20) error

InsertERC20 provides a mock function with given fields: code

func (*Store) InsertERC20Storage

func (_m *Store) InsertERC20Storage(storage *model.ERC20Storage) error

InsertERC20Storage provides a mock function with given fields: storage

func (*Store) InsertERC20Transfer

func (_m *Store) InsertERC20Transfer(event *model.ERC20Transfer) error

InsertERC20Transfer provides a mock function with given fields: event

func (*Store) InsertETHTransfer

func (_m *Store) InsertETHTransfer(event *model.ETHTransfer) error

InsertETHTransfer provides a mock function with given fields: event

func (*Store) LastSyncERC20Storage

func (_m *Store) LastSyncERC20Storage(address common.Address, blockNr int64) (int64, error)

LastSyncERC20Storage provides a mock function with given fields: address, blockNr

func (*Store) ListERC20

func (_m *Store) ListERC20() ([]model.ERC20, error)

ListERC20 provides a mock function with given fields:

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL