mocks

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2018 License: LGPL-3.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0

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 Balancer added in v0.2.0

type Balancer struct {
	mock.Mock
}

Balancer is an autogenerated mock type for the Balancer type

func (*Balancer) BalanceOf added in v0.2.0

func (_m *Balancer) BalanceOf(_a0 context.Context, _a1 common.Hash, _a2 map[common.Address]map[common.Address]*big.Int) error

BalanceOf provides a mock function with given fields: _a0, _a1, _a2

type EthClient

type EthClient struct {
	mock.Mock
}

EthClient is an autogenerated mock type for the EthClient type

func (*EthClient) BalanceOf added in v0.2.0

func (_m *EthClient) BalanceOf(_a0 context.Context, _a1 common.Hash, _a2 map[common.Address]map[common.Address]*big.Int) error

BalanceOf provides a mock function with given fields: _a0, _a1, _a2

func (*EthClient) BatchBalanceAt added in v0.2.0

func (_m *EthClient) BatchBalanceAt(ctx context.Context, accounts []common.Address, blockHash common.Hash) ([]*big.Int, error)

BatchBalanceAt provides a mock function with given fields: ctx, accounts, blockHash

func (*EthClient) BatchCallContract added in v0.2.0

func (_m *EthClient) BatchCallContract(ctx context.Context, msgs []*ethereum.CallMsg, blockHash common.Hash) ([][]byte, error)

BatchCallContract provides a mock function with given fields: ctx, msgs, blockHash

func (*EthClient) BlockByHash

func (_m *EthClient) BlockByHash(ctx context.Context, hash common.Hash) (*types.Block, error)

BlockByHash provides a mock function with given fields: ctx, hash

func (*EthClient) BlockByNumber

func (_m *EthClient) BlockByNumber(ctx context.Context, number *big.Int) (*types.Block, error)

BlockByNumber provides a mock function with given fields: ctx, number

func (*EthClient) Close

func (_m *EthClient) Close()

Close provides a mock function with given fields:

func (*EthClient) GetBlockReceipts added in v0.2.3

func (_m *EthClient) GetBlockReceipts(ctx context.Context, hash common.Hash) (types.Receipts, error)

GetBlockReceipts provides a mock function with given fields: ctx, hash

func (*EthClient) GetERC20

func (_m *EthClient) GetERC20(ctx context.Context, addr common.Address) (*model.ERC20, error)

GetERC20 provides a mock function with given fields: ctx, addr

func (*EthClient) GetTotalDifficulty

func (_m *EthClient) GetTotalDifficulty(ctx context.Context, hash common.Hash) (*big.Int, error)

GetTotalDifficulty provides a mock function with given fields: ctx, hash

func (*EthClient) GetTransferLogs

func (_m *EthClient) GetTransferLogs(ctx context.Context, hash common.Hash) ([]*types.TransferLog, error)

GetTransferLogs provides a mock function with given fields: ctx, hash

func (*EthClient) SubscribeNewHead

func (_m *EthClient) SubscribeNewHead(ctx context.Context, ch chan<- *types.Header) (ethereum.Subscription, error)

SubscribeNewHead provides a mock function with given fields: ctx, ch

func (*EthClient) TransactionByHash

func (_m *EthClient) TransactionByHash(ctx context.Context, hash common.Hash) (*types.Transaction, bool, error)

TransactionByHash provides a mock function with given fields: ctx, hash

func (*EthClient) UncleByBlockHashAndPosition added in v0.2.5

func (_m *EthClient) UncleByBlockHashAndPosition(ctx context.Context, hash common.Hash, position uint) (*types.Header, error)

UncleByBlockHashAndPosition provides a mock function with given fields: ctx, hash, position

func (*EthClient) UnclesByBlockHash added in v0.2.5

func (_m *EthClient) UnclesByBlockHash(ctx context.Context, blockHash common.Hash) ([]*types.Header, error)

UnclesByBlockHash provides a mock function with given fields: ctx, blockHash

Jump to

Keyboard shortcuts

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