mocks

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2022 License: LGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client added in v0.1.4

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func NewClient added in v0.1.4

func NewClient(t mockConstructorTestingTNewClient) *Client

NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*Client) ABCIInfo added in v0.1.4

func (_m *Client) ABCIInfo(_a0 context.Context) (*coretypes.ResultABCIInfo, error)

ABCIInfo provides a mock function with given fields: _a0

func (*Client) ABCIQuery added in v0.1.4

func (_m *Client) ABCIQuery(ctx context.Context, path string, data bytes.HexBytes) (*coretypes.ResultABCIQuery, error)

ABCIQuery provides a mock function with given fields: ctx, path, data

func (*Client) ABCIQueryWithOptions added in v0.1.4

func (_m *Client) ABCIQueryWithOptions(ctx context.Context, path string, data bytes.HexBytes, opts client.ABCIQueryOptions) (*coretypes.ResultABCIQuery, error)

ABCIQueryWithOptions provides a mock function with given fields: ctx, path, data, opts

func (*Client) Block added in v0.1.4

func (_m *Client) Block(ctx context.Context, height *int64) (*coretypes.ResultBlock, error)

Block provides a mock function with given fields: ctx, height

func (*Client) BlockByHash added in v0.1.4

func (_m *Client) BlockByHash(ctx context.Context, hash []byte) (*coretypes.ResultBlock, error)

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

func (*Client) BlockResults added in v0.1.4

func (_m *Client) BlockResults(ctx context.Context, height *int64) (*coretypes.ResultBlockResults, error)

BlockResults provides a mock function with given fields: ctx, height

func (*Client) BlockSearch added in v0.1.4

func (_m *Client) BlockSearch(ctx context.Context, query string, page *int, perPage *int, orderBy string) (*coretypes.ResultBlockSearch, error)

BlockSearch provides a mock function with given fields: ctx, query, page, perPage, orderBy

func (*Client) BlockchainInfo added in v0.1.4

func (_m *Client) BlockchainInfo(ctx context.Context, minHeight int64, maxHeight int64) (*coretypes.ResultBlockchainInfo, error)

BlockchainInfo provides a mock function with given fields: ctx, minHeight, maxHeight

func (*Client) BroadcastEvidence added in v0.1.4

func (_m *Client) BroadcastEvidence(_a0 context.Context, _a1 types.Evidence) (*coretypes.ResultBroadcastEvidence, error)

BroadcastEvidence provides a mock function with given fields: _a0, _a1

func (*Client) BroadcastTxAsync added in v0.1.4

func (_m *Client) BroadcastTxAsync(_a0 context.Context, _a1 types.Tx) (*coretypes.ResultBroadcastTx, error)

BroadcastTxAsync provides a mock function with given fields: _a0, _a1

func (*Client) BroadcastTxCommit added in v0.1.4

func (_m *Client) BroadcastTxCommit(_a0 context.Context, _a1 types.Tx) (*coretypes.ResultBroadcastTxCommit, error)

BroadcastTxCommit provides a mock function with given fields: _a0, _a1

func (*Client) BroadcastTxSync added in v0.1.4

func (_m *Client) BroadcastTxSync(_a0 context.Context, _a1 types.Tx) (*coretypes.ResultBroadcastTx, error)

BroadcastTxSync provides a mock function with given fields: _a0, _a1

func (*Client) CheckTx added in v0.1.4

func (_m *Client) CheckTx(_a0 context.Context, _a1 types.Tx) (*coretypes.ResultCheckTx, error)

CheckTx provides a mock function with given fields: _a0, _a1

func (*Client) Commit added in v0.1.4

func (_m *Client) Commit(ctx context.Context, height *int64) (*coretypes.ResultCommit, error)

Commit provides a mock function with given fields: ctx, height

func (*Client) ConsensusParams added in v0.1.4

func (_m *Client) ConsensusParams(ctx context.Context, height *int64) (*coretypes.ResultConsensusParams, error)

ConsensusParams provides a mock function with given fields: ctx, height

func (*Client) ConsensusState added in v0.1.4

func (_m *Client) ConsensusState(_a0 context.Context) (*coretypes.ResultConsensusState, error)

ConsensusState provides a mock function with given fields: _a0

func (*Client) DumpConsensusState added in v0.1.4

func (_m *Client) DumpConsensusState(_a0 context.Context) (*coretypes.ResultDumpConsensusState, error)

DumpConsensusState provides a mock function with given fields: _a0

func (*Client) Genesis added in v0.1.4

func (_m *Client) Genesis(_a0 context.Context) (*coretypes.ResultGenesis, error)

Genesis provides a mock function with given fields: _a0

func (*Client) GenesisChunked added in v0.1.4

func (_m *Client) GenesisChunked(_a0 context.Context, _a1 uint) (*coretypes.ResultGenesisChunk, error)

GenesisChunked provides a mock function with given fields: _a0, _a1

func (*Client) Health added in v0.1.4

func (_m *Client) Health(_a0 context.Context) (*coretypes.ResultHealth, error)

Health provides a mock function with given fields: _a0

func (*Client) IsRunning added in v0.1.4

func (_m *Client) IsRunning() bool

IsRunning provides a mock function with given fields:

func (*Client) NetInfo added in v0.1.4

func (_m *Client) NetInfo(_a0 context.Context) (*coretypes.ResultNetInfo, error)

NetInfo provides a mock function with given fields: _a0

func (*Client) NumUnconfirmedTxs added in v0.1.4

func (_m *Client) NumUnconfirmedTxs(_a0 context.Context) (*coretypes.ResultUnconfirmedTxs, error)

NumUnconfirmedTxs provides a mock function with given fields: _a0

func (*Client) OnReset added in v0.1.4

func (_m *Client) OnReset() error

OnReset provides a mock function with given fields:

func (*Client) OnStart added in v0.1.4

func (_m *Client) OnStart() error

OnStart provides a mock function with given fields:

func (*Client) OnStop added in v0.1.4

func (_m *Client) OnStop()

OnStop provides a mock function with given fields:

func (*Client) Quit added in v0.1.4

func (_m *Client) Quit() <-chan struct{}

Quit provides a mock function with given fields:

func (*Client) Reset added in v0.1.4

func (_m *Client) Reset() error

Reset provides a mock function with given fields:

func (*Client) SetLogger added in v0.1.4

func (_m *Client) SetLogger(_a0 log.Logger)

SetLogger provides a mock function with given fields: _a0

func (*Client) Start added in v0.1.4

func (_m *Client) Start() error

Start provides a mock function with given fields:

func (*Client) Status added in v0.1.4

func (_m *Client) Status(_a0 context.Context) (*coretypes.ResultStatus, error)

Status provides a mock function with given fields: _a0

func (*Client) Stop added in v0.1.4

func (_m *Client) Stop() error

Stop provides a mock function with given fields:

func (*Client) String added in v0.1.4

func (_m *Client) String() string

String provides a mock function with given fields:

func (*Client) Subscribe added in v0.1.4

func (_m *Client) Subscribe(ctx context.Context, subscriber string, query string, outCapacity ...int) (<-chan coretypes.ResultEvent, error)

Subscribe provides a mock function with given fields: ctx, subscriber, query, outCapacity

func (*Client) Tx added in v0.1.4

func (_m *Client) Tx(ctx context.Context, hash []byte, prove bool) (*coretypes.ResultTx, error)

Tx provides a mock function with given fields: ctx, hash, prove

func (*Client) TxSearch added in v0.1.4

func (_m *Client) TxSearch(ctx context.Context, query string, prove bool, page *int, perPage *int, orderBy string) (*coretypes.ResultTxSearch, error)

TxSearch provides a mock function with given fields: ctx, query, prove, page, perPage, orderBy

func (*Client) UnconfirmedTxs added in v0.1.4

func (_m *Client) UnconfirmedTxs(ctx context.Context, limit *int) (*coretypes.ResultUnconfirmedTxs, error)

UnconfirmedTxs provides a mock function with given fields: ctx, limit

func (*Client) Unsubscribe added in v0.1.4

func (_m *Client) Unsubscribe(ctx context.Context, subscriber string, query string) error

Unsubscribe provides a mock function with given fields: ctx, subscriber, query

func (*Client) UnsubscribeAll added in v0.1.4

func (_m *Client) UnsubscribeAll(ctx context.Context, subscriber string) error

UnsubscribeAll provides a mock function with given fields: ctx, subscriber

func (*Client) Validators added in v0.1.4

func (_m *Client) Validators(ctx context.Context, height *int64, page *int, perPage *int) (*coretypes.ResultValidators, error)

Validators provides a mock function with given fields: ctx, height, page, perPage

type QueryClient

type QueryClient struct {
	mock.Mock
}

QueryClient is an autogenerated mock type for the QueryClient type

func NewQueryClient

func NewQueryClient(t mockConstructorTestingTNewQueryClient) *QueryClient

NewQueryClient creates a new instance of QueryClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*QueryClient) Account

Account provides a mock function with given fields: ctx, in, opts

func (*QueryClient) Balance

Balance provides a mock function with given fields: ctx, in, opts

func (*QueryClient) BaseFee

BaseFee provides a mock function with given fields: ctx, in, opts

func (*QueryClient) Code

Code provides a mock function with given fields: ctx, in, opts

func (*QueryClient) CosmosAccount

CosmosAccount provides a mock function with given fields: ctx, in, opts

func (*QueryClient) EstimateGas

EstimateGas provides a mock function with given fields: ctx, in, opts

func (*QueryClient) EthCall

EthCall provides a mock function with given fields: ctx, in, opts

func (*QueryClient) Params

Params provides a mock function with given fields: ctx, in, opts

func (*QueryClient) Storage

Storage provides a mock function with given fields: ctx, in, opts

func (*QueryClient) TraceBlock

TraceBlock provides a mock function with given fields: ctx, in, opts

func (*QueryClient) TraceTx

TraceTx provides a mock function with given fields: ctx, in, opts

func (*QueryClient) ValidatorAccount

ValidatorAccount provides a mock function with given fields: ctx, in, opts

Jump to

Keyboard shortcuts

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