mock

package
v1.6.4 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: address.go

Generated by this command:

mockgen -source=address.go -destination=mock/address.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: balance.go

Generated by this command:

mockgen -source=balance.go -destination=mock/balance.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: blob_log.go

Generated by this command:

mockgen -source=blob_log.go -destination=mock/blob_log.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: block.go

Generated by this command:

mockgen -source=block.go -destination=mock/block.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: block_signature.go

Generated by this command:

mockgen -source=block_signature.go -destination=mock/block_signature.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: block_stats.go

Generated by this command:

mockgen -source=block_stats.go -destination=mock/block_stats.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: constant.go

Generated by this command:

mockgen -source=constant.go -destination=mock/constant.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: delegation.go

Generated by this command:

mockgen -source=delegation.go -destination=mock/delegation.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: denom_metadata.go

Generated by this command:

mockgen -source=denom_metadata.go -destination=mock/denom_metadata.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: event.go

Generated by this command:

mockgen -source=event.go -destination=mock/event.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: generic.go

Generated by this command:

mockgen -source=generic.go -destination=mock/generic.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: jail.go

Generated by this command:

mockgen -source=jail.go -destination=mock/jail.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: message.go

Generated by this command:

mockgen -source=message.go -destination=mock/message.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: namespace.go

Generated by this command:

mockgen -source=namespace.go -destination=mock/namespace.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: price.go

Generated by this command:

mockgen -source=price.go -destination=mock/price.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: redelegation.go

Generated by this command:

mockgen -source=redelegation.go -destination=mock/redelegation.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: rollup.go

Generated by this command:

mockgen -source=rollup.go -destination=mock/rollup.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: rollup_provider.go

Generated by this command:

mockgen -source=rollup_provider.go -destination=mock/rollup_provider.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: staking_log.go

Generated by this command:

mockgen -source=staking_log.go -destination=mock/staking_log.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: state.go

Generated by this command:

mockgen -source=state.go -destination=mock/state.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: stats.go

Generated by this command:

mockgen -source=stats.go -destination=mock/stats.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: tx.go

Generated by this command:

mockgen -source=tx.go -destination=mock/tx.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: undelegation.go

Generated by this command:

mockgen -source=undelegation.go -destination=mock/undelegation.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: validator.go

Generated by this command:

mockgen -source=validator.go -destination=mock/validator.go -package=mock -typed

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExportCloseCall added in v1.5.0

type ExportCloseCall struct {
	*gomock.Call
}

ExportCloseCall wrap *gomock.Call

func (*ExportCloseCall) Do added in v1.5.0

func (c *ExportCloseCall) Do(f func() error) *ExportCloseCall

Do rewrite *gomock.Call.Do

func (*ExportCloseCall) DoAndReturn added in v1.5.0

func (c *ExportCloseCall) DoAndReturn(f func() error) *ExportCloseCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ExportCloseCall) Return added in v1.5.0

func (c *ExportCloseCall) Return(arg0 error) *ExportCloseCall

Return rewrite *gomock.Call.Return

type ExportToCsvCall added in v1.5.0

type ExportToCsvCall struct {
	*gomock.Call
}

ExportToCsvCall wrap *gomock.Call

func (*ExportToCsvCall) Do added in v1.5.0

Do rewrite *gomock.Call.Do

func (*ExportToCsvCall) DoAndReturn added in v1.5.0

func (c *ExportToCsvCall) DoAndReturn(f func(context.Context, io.Writer, string) error) *ExportToCsvCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ExportToCsvCall) Return added in v1.5.0

func (c *ExportToCsvCall) Return(arg0 error) *ExportToCsvCall

Return rewrite *gomock.Call.Return

type IAddressByHashCall

type IAddressByHashCall struct {
	*gomock.Call
}

IAddressByHashCall wrap *gomock.Call

func (*IAddressByHashCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressByHashCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressByHashCall) Return

Return rewrite *gomock.Call.Return

type IAddressCursorListCall

type IAddressCursorListCall struct {
	*gomock.Call
}

IAddressCursorListCall wrap *gomock.Call

func (*IAddressCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressCursorListCall) Return

Return rewrite *gomock.Call.Return

type IAddressGetByIDCall

type IAddressGetByIDCall struct {
	*gomock.Call
}

IAddressGetByIDCall wrap *gomock.Call

func (*IAddressGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IAddressIsNoRowsCall

type IAddressIsNoRowsCall struct {
	*gomock.Call
}

IAddressIsNoRowsCall wrap *gomock.Call

func (*IAddressIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressIsNoRowsCall) DoAndReturn

func (c *IAddressIsNoRowsCall) DoAndReturn(f func(error) bool) *IAddressIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IAddressLastIDCall

type IAddressLastIDCall struct {
	*gomock.Call
}

IAddressLastIDCall wrap *gomock.Call

func (*IAddressLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressLastIDCall) DoAndReturn

func (c *IAddressLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IAddressLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressLastIDCall) Return

func (c *IAddressLastIDCall) Return(arg0 uint64, arg1 error) *IAddressLastIDCall

Return rewrite *gomock.Call.Return

type IAddressListCall

type IAddressListCall struct {
	*gomock.Call
}

IAddressListCall wrap *gomock.Call

func (*IAddressListCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressListCall) Return

func (c *IAddressListCall) Return(arg0 []*storage.Address, arg1 error) *IAddressListCall

Return rewrite *gomock.Call.Return

type IAddressListWithBalanceCall

type IAddressListWithBalanceCall struct {
	*gomock.Call
}

IAddressListWithBalanceCall wrap *gomock.Call

func (*IAddressListWithBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressListWithBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressListWithBalanceCall) Return

Return rewrite *gomock.Call.Return

type IAddressSaveCall

type IAddressSaveCall struct {
	*gomock.Call
}

IAddressSaveCall wrap *gomock.Call

func (*IAddressSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressSaveCall) Return

func (c *IAddressSaveCall) Return(arg0 error) *IAddressSaveCall

Return rewrite *gomock.Call.Return

type IAddressUpdateCall

type IAddressUpdateCall struct {
	*gomock.Call
}

IAddressUpdateCall wrap *gomock.Call

func (*IAddressUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressUpdateCall) Return

func (c *IAddressUpdateCall) Return(arg0 error) *IAddressUpdateCall

Return rewrite *gomock.Call.Return

type IBalanceCursorListCall

type IBalanceCursorListCall struct {
	*gomock.Call
}

IBalanceCursorListCall wrap *gomock.Call

func (*IBalanceCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IBalanceCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBalanceCursorListCall) Return

Return rewrite *gomock.Call.Return

type IBalanceGetByIDCall

type IBalanceGetByIDCall struct {
	*gomock.Call
}

IBalanceGetByIDCall wrap *gomock.Call

func (*IBalanceGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IBalanceGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBalanceGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IBalanceIsNoRowsCall

type IBalanceIsNoRowsCall struct {
	*gomock.Call
}

IBalanceIsNoRowsCall wrap *gomock.Call

func (*IBalanceIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IBalanceIsNoRowsCall) DoAndReturn

func (c *IBalanceIsNoRowsCall) DoAndReturn(f func(error) bool) *IBalanceIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBalanceIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IBalanceLastIDCall

type IBalanceLastIDCall struct {
	*gomock.Call
}

IBalanceLastIDCall wrap *gomock.Call

func (*IBalanceLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IBalanceLastIDCall) DoAndReturn

func (c *IBalanceLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IBalanceLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBalanceLastIDCall) Return

func (c *IBalanceLastIDCall) Return(arg0 uint64, arg1 error) *IBalanceLastIDCall

Return rewrite *gomock.Call.Return

type IBalanceListCall

type IBalanceListCall struct {
	*gomock.Call
}

IBalanceListCall wrap *gomock.Call

func (*IBalanceListCall) Do

Do rewrite *gomock.Call.Do

func (*IBalanceListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBalanceListCall) Return

func (c *IBalanceListCall) Return(arg0 []*storage.Balance, arg1 error) *IBalanceListCall

Return rewrite *gomock.Call.Return

type IBalanceSaveCall

type IBalanceSaveCall struct {
	*gomock.Call
}

IBalanceSaveCall wrap *gomock.Call

func (*IBalanceSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IBalanceSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBalanceSaveCall) Return

func (c *IBalanceSaveCall) Return(arg0 error) *IBalanceSaveCall

Return rewrite *gomock.Call.Return

type IBalanceUpdateCall

type IBalanceUpdateCall struct {
	*gomock.Call
}

IBalanceUpdateCall wrap *gomock.Call

func (*IBalanceUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IBalanceUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBalanceUpdateCall) Return

func (c *IBalanceUpdateCall) Return(arg0 error) *IBalanceUpdateCall

Return rewrite *gomock.Call.Return

type IBlobLogByHeightCall added in v1.3.2

type IBlobLogByHeightCall struct {
	*gomock.Call
}

IBlobLogByHeightCall wrap *gomock.Call

func (*IBlobLogByHeightCall) Do added in v1.3.2

Do rewrite *gomock.Call.Do

func (*IBlobLogByHeightCall) DoAndReturn added in v1.3.2

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogByHeightCall) Return added in v1.3.2

Return rewrite *gomock.Call.Return

type IBlobLogByNamespaceCall added in v1.2.0

type IBlobLogByNamespaceCall struct {
	*gomock.Call
}

IBlobLogByNamespaceCall wrap *gomock.Call

func (*IBlobLogByNamespaceCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogByNamespaceCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogByNamespaceCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IBlobLogByProvidersCall added in v1.2.0

type IBlobLogByProvidersCall struct {
	*gomock.Call
}

IBlobLogByProvidersCall wrap *gomock.Call

func (*IBlobLogByProvidersCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogByProvidersCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogByProvidersCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IBlobLogBySignerCall added in v1.2.0

type IBlobLogBySignerCall struct {
	*gomock.Call
}

IBlobLogBySignerCall wrap *gomock.Call

func (*IBlobLogBySignerCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogBySignerCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogBySignerCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IBlobLogByTxIdCall added in v1.3.2

type IBlobLogByTxIdCall struct {
	*gomock.Call
}

IBlobLogByTxIdCall wrap *gomock.Call

func (*IBlobLogByTxIdCall) Do added in v1.3.2

Do rewrite *gomock.Call.Do

func (*IBlobLogByTxIdCall) DoAndReturn added in v1.3.2

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogByTxIdCall) Return added in v1.3.2

func (c *IBlobLogByTxIdCall) Return(arg0 []storage.BlobLog, arg1 error) *IBlobLogByTxIdCall

Return rewrite *gomock.Call.Return

type IBlobLogCountByHeightCall added in v1.3.2

type IBlobLogCountByHeightCall struct {
	*gomock.Call
}

IBlobLogCountByHeightCall wrap *gomock.Call

func (*IBlobLogCountByHeightCall) Do added in v1.3.2

Do rewrite *gomock.Call.Do

func (*IBlobLogCountByHeightCall) DoAndReturn added in v1.3.2

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogCountByHeightCall) Return added in v1.3.2

Return rewrite *gomock.Call.Return

type IBlobLogCountByTxIdCall added in v1.3.2

type IBlobLogCountByTxIdCall struct {
	*gomock.Call
}

IBlobLogCountByTxIdCall wrap *gomock.Call

func (*IBlobLogCountByTxIdCall) Do added in v1.3.2

Do rewrite *gomock.Call.Do

func (*IBlobLogCountByTxIdCall) DoAndReturn added in v1.3.2

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogCountByTxIdCall) Return added in v1.3.2

Return rewrite *gomock.Call.Return

type IBlobLogCursorListCall added in v1.2.0

type IBlobLogCursorListCall struct {
	*gomock.Call
}

IBlobLogCursorListCall wrap *gomock.Call

func (*IBlobLogCursorListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogCursorListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogCursorListCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IBlobLogGetByIDCall added in v1.2.0

type IBlobLogGetByIDCall struct {
	*gomock.Call
}

IBlobLogGetByIDCall wrap *gomock.Call

func (*IBlobLogGetByIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogGetByIDCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogGetByIDCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IBlobLogIsNoRowsCall added in v1.2.0

type IBlobLogIsNoRowsCall struct {
	*gomock.Call
}

IBlobLogIsNoRowsCall wrap *gomock.Call

func (*IBlobLogIsNoRowsCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogIsNoRowsCall) DoAndReturn added in v1.2.0

func (c *IBlobLogIsNoRowsCall) DoAndReturn(f func(error) bool) *IBlobLogIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogIsNoRowsCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IBlobLogLastIDCall added in v1.2.0

type IBlobLogLastIDCall struct {
	*gomock.Call
}

IBlobLogLastIDCall wrap *gomock.Call

func (*IBlobLogLastIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogLastIDCall) DoAndReturn added in v1.2.0

func (c *IBlobLogLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IBlobLogLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogLastIDCall) Return added in v1.2.0

func (c *IBlobLogLastIDCall) Return(arg0 uint64, arg1 error) *IBlobLogLastIDCall

Return rewrite *gomock.Call.Return

type IBlobLogListCall added in v1.2.0

type IBlobLogListCall struct {
	*gomock.Call
}

IBlobLogListCall wrap *gomock.Call

func (*IBlobLogListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogListCall) Return added in v1.2.0

func (c *IBlobLogListCall) Return(arg0 []*storage.BlobLog, arg1 error) *IBlobLogListCall

Return rewrite *gomock.Call.Return

type IBlobLogSaveCall added in v1.2.0

type IBlobLogSaveCall struct {
	*gomock.Call
}

IBlobLogSaveCall wrap *gomock.Call

func (*IBlobLogSaveCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogSaveCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogSaveCall) Return added in v1.2.0

func (c *IBlobLogSaveCall) Return(arg0 error) *IBlobLogSaveCall

Return rewrite *gomock.Call.Return

type IBlobLogUpdateCall added in v1.2.0

type IBlobLogUpdateCall struct {
	*gomock.Call
}

IBlobLogUpdateCall wrap *gomock.Call

func (*IBlobLogUpdateCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IBlobLogUpdateCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlobLogUpdateCall) Return added in v1.2.0

func (c *IBlobLogUpdateCall) Return(arg0 error) *IBlobLogUpdateCall

Return rewrite *gomock.Call.Return

type IBlockByHashCall

type IBlockByHashCall struct {
	*gomock.Call
}

IBlockByHashCall wrap *gomock.Call

func (*IBlockByHashCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockByHashCall) DoAndReturn

func (c *IBlockByHashCall) DoAndReturn(f func(context.Context, []byte) (storage.Block, error)) *IBlockByHashCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockByHashCall) Return

func (c *IBlockByHashCall) Return(arg0 storage.Block, arg1 error) *IBlockByHashCall

Return rewrite *gomock.Call.Return

type IBlockByHeightCall

type IBlockByHeightCall struct {
	*gomock.Call
}

IBlockByHeightCall wrap *gomock.Call

func (*IBlockByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockByHeightCall) Return

func (c *IBlockByHeightCall) Return(arg0 storage.Block, arg1 error) *IBlockByHeightCall

Return rewrite *gomock.Call.Return

type IBlockByHeightWithStatsCall

type IBlockByHeightWithStatsCall struct {
	*gomock.Call
}

IBlockByHeightWithStatsCall wrap *gomock.Call

func (*IBlockByHeightWithStatsCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockByHeightWithStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockByHeightWithStatsCall) Return

Return rewrite *gomock.Call.Return

type IBlockByIdWithRelationsCall

type IBlockByIdWithRelationsCall struct {
	*gomock.Call
}

IBlockByIdWithRelationsCall wrap *gomock.Call

func (*IBlockByIdWithRelationsCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockByIdWithRelationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockByIdWithRelationsCall) Return

Return rewrite *gomock.Call.Return

type IBlockByProposerCall added in v1.4.0

type IBlockByProposerCall struct {
	*gomock.Call
}

IBlockByProposerCall wrap *gomock.Call

func (*IBlockByProposerCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockByProposerCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockByProposerCall) Return added in v1.4.0

func (c *IBlockByProposerCall) Return(arg0 []storage.Block, arg1 error) *IBlockByProposerCall

Return rewrite *gomock.Call.Return

type IBlockCursorListCall

type IBlockCursorListCall struct {
	*gomock.Call
}

IBlockCursorListCall wrap *gomock.Call

func (*IBlockCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockCursorListCall) Return

func (c *IBlockCursorListCall) Return(arg0 []*storage.Block, arg1 error) *IBlockCursorListCall

Return rewrite *gomock.Call.Return

type IBlockGetByIDCall

type IBlockGetByIDCall struct {
	*gomock.Call
}

IBlockGetByIDCall wrap *gomock.Call

func (*IBlockGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockGetByIDCall) Return

func (c *IBlockGetByIDCall) Return(arg0 *storage.Block, arg1 error) *IBlockGetByIDCall

Return rewrite *gomock.Call.Return

type IBlockIsNoRowsCall

type IBlockIsNoRowsCall struct {
	*gomock.Call
}

IBlockIsNoRowsCall wrap *gomock.Call

func (*IBlockIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockIsNoRowsCall) DoAndReturn

func (c *IBlockIsNoRowsCall) DoAndReturn(f func(error) bool) *IBlockIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockIsNoRowsCall) Return

func (c *IBlockIsNoRowsCall) Return(arg0 bool) *IBlockIsNoRowsCall

Return rewrite *gomock.Call.Return

type IBlockLastCall

type IBlockLastCall struct {
	*gomock.Call
}

IBlockLastCall wrap *gomock.Call

func (*IBlockLastCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockLastCall) DoAndReturn

func (c *IBlockLastCall) DoAndReturn(f func(context.Context) (storage.Block, error)) *IBlockLastCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockLastCall) Return

func (c *IBlockLastCall) Return(arg0 storage.Block, arg1 error) *IBlockLastCall

Return rewrite *gomock.Call.Return

type IBlockLastIDCall

type IBlockLastIDCall struct {
	*gomock.Call
}

IBlockLastIDCall wrap *gomock.Call

func (*IBlockLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockLastIDCall) DoAndReturn

func (c *IBlockLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IBlockLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockLastIDCall) Return

func (c *IBlockLastIDCall) Return(arg0 uint64, arg1 error) *IBlockLastIDCall

Return rewrite *gomock.Call.Return

type IBlockListCall

type IBlockListCall struct {
	*gomock.Call
}

IBlockListCall wrap *gomock.Call

func (*IBlockListCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockListCall) Return

func (c *IBlockListCall) Return(arg0 []*storage.Block, arg1 error) *IBlockListCall

Return rewrite *gomock.Call.Return

type IBlockListWithStatsCall

type IBlockListWithStatsCall struct {
	*gomock.Call
}

IBlockListWithStatsCall wrap *gomock.Call

func (*IBlockListWithStatsCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockListWithStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockListWithStatsCall) Return

Return rewrite *gomock.Call.Return

type IBlockSaveCall

type IBlockSaveCall struct {
	*gomock.Call
}

IBlockSaveCall wrap *gomock.Call

func (*IBlockSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockSaveCall) DoAndReturn

func (c *IBlockSaveCall) DoAndReturn(f func(context.Context, *storage.Block) error) *IBlockSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSaveCall) Return

func (c *IBlockSaveCall) Return(arg0 error) *IBlockSaveCall

Return rewrite *gomock.Call.Return

type IBlockSignatureCursorListCall added in v1.4.0

type IBlockSignatureCursorListCall struct {
	*gomock.Call
}

IBlockSignatureCursorListCall wrap *gomock.Call

func (*IBlockSignatureCursorListCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureCursorListCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureCursorListCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockSignatureGetByIDCall added in v1.4.0

type IBlockSignatureGetByIDCall struct {
	*gomock.Call
}

IBlockSignatureGetByIDCall wrap *gomock.Call

func (*IBlockSignatureGetByIDCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureGetByIDCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureGetByIDCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockSignatureIsNoRowsCall added in v1.4.0

type IBlockSignatureIsNoRowsCall struct {
	*gomock.Call
}

IBlockSignatureIsNoRowsCall wrap *gomock.Call

func (*IBlockSignatureIsNoRowsCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureIsNoRowsCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureIsNoRowsCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockSignatureLastIDCall added in v1.4.0

type IBlockSignatureLastIDCall struct {
	*gomock.Call
}

IBlockSignatureLastIDCall wrap *gomock.Call

func (*IBlockSignatureLastIDCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureLastIDCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureLastIDCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockSignatureLevelsByValidatorCall added in v1.4.0

type IBlockSignatureLevelsByValidatorCall struct {
	*gomock.Call
}

IBlockSignatureLevelsByValidatorCall wrap *gomock.Call

func (*IBlockSignatureLevelsByValidatorCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureLevelsByValidatorCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureLevelsByValidatorCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockSignatureListCall added in v1.4.0

type IBlockSignatureListCall struct {
	*gomock.Call
}

IBlockSignatureListCall wrap *gomock.Call

func (*IBlockSignatureListCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureListCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureListCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockSignatureSaveCall added in v1.4.0

type IBlockSignatureSaveCall struct {
	*gomock.Call
}

IBlockSignatureSaveCall wrap *gomock.Call

func (*IBlockSignatureSaveCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureSaveCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureSaveCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockSignatureUpdateCall added in v1.4.0

type IBlockSignatureUpdateCall struct {
	*gomock.Call
}

IBlockSignatureUpdateCall wrap *gomock.Call

func (*IBlockSignatureUpdateCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IBlockSignatureUpdateCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSignatureUpdateCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IBlockStatsByHeightCall

type IBlockStatsByHeightCall struct {
	*gomock.Call
}

IBlockStatsByHeightCall wrap *gomock.Call

func (*IBlockStatsByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockStatsByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockStatsByHeightCall) Return

Return rewrite *gomock.Call.Return

type IBlockStatsLastFromCall added in v1.1.0

type IBlockStatsLastFromCall struct {
	*gomock.Call
}

IBlockStatsLastFromCall wrap *gomock.Call

func (*IBlockStatsLastFromCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*IBlockStatsLastFromCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockStatsLastFromCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type IBlockTimeCall added in v1.5.0

type IBlockTimeCall struct {
	*gomock.Call
}

IBlockTimeCall wrap *gomock.Call

func (*IBlockTimeCall) Do added in v1.5.0

Do rewrite *gomock.Call.Do

func (*IBlockTimeCall) DoAndReturn added in v1.5.0

func (c *IBlockTimeCall) DoAndReturn(f func(context.Context, types.Level) (time.Time, error)) *IBlockTimeCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockTimeCall) Return added in v1.5.0

func (c *IBlockTimeCall) Return(arg0 time.Time, arg1 error) *IBlockTimeCall

Return rewrite *gomock.Call.Return

type IBlockUpdateCall

type IBlockUpdateCall struct {
	*gomock.Call
}

IBlockUpdateCall wrap *gomock.Call

func (*IBlockUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockUpdateCall) DoAndReturn

func (c *IBlockUpdateCall) DoAndReturn(f func(context.Context, *storage.Block) error) *IBlockUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockUpdateCall) Return

func (c *IBlockUpdateCall) Return(arg0 error) *IBlockUpdateCall

Return rewrite *gomock.Call.Return

type IConstantAllCall

type IConstantAllCall struct {
	*gomock.Call
}

IConstantAllCall wrap *gomock.Call

func (*IConstantAllCall) Do

Do rewrite *gomock.Call.Do

func (*IConstantAllCall) DoAndReturn

func (c *IConstantAllCall) DoAndReturn(f func(context.Context) ([]storage.Constant, error)) *IConstantAllCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IConstantAllCall) Return

func (c *IConstantAllCall) Return(arg0 []storage.Constant, arg1 error) *IConstantAllCall

Return rewrite *gomock.Call.Return

type IConstantByModuleCall

type IConstantByModuleCall struct {
	*gomock.Call
}

IConstantByModuleCall wrap *gomock.Call

func (*IConstantByModuleCall) Do

Do rewrite *gomock.Call.Do

func (*IConstantByModuleCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IConstantByModuleCall) Return

Return rewrite *gomock.Call.Return

type IConstantGetCall

type IConstantGetCall struct {
	*gomock.Call
}

IConstantGetCall wrap *gomock.Call

func (*IConstantGetCall) Do

Do rewrite *gomock.Call.Do

func (*IConstantGetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IConstantGetCall) Return

func (c *IConstantGetCall) Return(arg0 storage.Constant, arg1 error) *IConstantGetCall

Return rewrite *gomock.Call.Return

type IDelegationByAddressCall added in v1.6.0

type IDelegationByAddressCall struct {
	*gomock.Call
}

IDelegationByAddressCall wrap *gomock.Call

func (*IDelegationByAddressCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationByAddressCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationByAddressCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationByValidatorCall added in v1.6.0

type IDelegationByValidatorCall struct {
	*gomock.Call
}

IDelegationByValidatorCall wrap *gomock.Call

func (*IDelegationByValidatorCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationByValidatorCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationByValidatorCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationCursorListCall added in v1.6.0

type IDelegationCursorListCall struct {
	*gomock.Call
}

IDelegationCursorListCall wrap *gomock.Call

func (*IDelegationCursorListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationCursorListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationCursorListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationGetByIDCall added in v1.6.0

type IDelegationGetByIDCall struct {
	*gomock.Call
}

IDelegationGetByIDCall wrap *gomock.Call

func (*IDelegationGetByIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationGetByIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationGetByIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationIsNoRowsCall added in v1.6.0

type IDelegationIsNoRowsCall struct {
	*gomock.Call
}

IDelegationIsNoRowsCall wrap *gomock.Call

func (*IDelegationIsNoRowsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationIsNoRowsCall) DoAndReturn added in v1.6.0

func (c *IDelegationIsNoRowsCall) DoAndReturn(f func(error) bool) *IDelegationIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationIsNoRowsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationLastIDCall added in v1.6.0

type IDelegationLastIDCall struct {
	*gomock.Call
}

IDelegationLastIDCall wrap *gomock.Call

func (*IDelegationLastIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationLastIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationLastIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationListCall added in v1.6.0

type IDelegationListCall struct {
	*gomock.Call
}

IDelegationListCall wrap *gomock.Call

func (*IDelegationListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationSaveCall added in v1.6.0

type IDelegationSaveCall struct {
	*gomock.Call
}

IDelegationSaveCall wrap *gomock.Call

func (*IDelegationSaveCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationSaveCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationSaveCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDelegationUpdateCall added in v1.6.0

type IDelegationUpdateCall struct {
	*gomock.Call
}

IDelegationUpdateCall wrap *gomock.Call

func (*IDelegationUpdateCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IDelegationUpdateCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDelegationUpdateCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IDenomMetadataAllCall

type IDenomMetadataAllCall struct {
	*gomock.Call
}

IDenomMetadataAllCall wrap *gomock.Call

func (*IDenomMetadataAllCall) Do

Do rewrite *gomock.Call.Do

func (*IDenomMetadataAllCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDenomMetadataAllCall) Return

Return rewrite *gomock.Call.Return

type IEventByBlockCall

type IEventByBlockCall struct {
	*gomock.Call
}

IEventByBlockCall wrap *gomock.Call

func (*IEventByBlockCall) Do

Do rewrite *gomock.Call.Do

func (*IEventByBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventByBlockCall) Return

func (c *IEventByBlockCall) Return(arg0 []storage.Event, arg1 error) *IEventByBlockCall

Return rewrite *gomock.Call.Return

type IEventByTxIdCall

type IEventByTxIdCall struct {
	*gomock.Call
}

IEventByTxIdCall wrap *gomock.Call

func (*IEventByTxIdCall) Do

Do rewrite *gomock.Call.Do

func (*IEventByTxIdCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventByTxIdCall) Return

func (c *IEventByTxIdCall) Return(arg0 []storage.Event, arg1 error) *IEventByTxIdCall

Return rewrite *gomock.Call.Return

type IEventCursorListCall

type IEventCursorListCall struct {
	*gomock.Call
}

IEventCursorListCall wrap *gomock.Call

func (*IEventCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IEventCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventCursorListCall) Return

func (c *IEventCursorListCall) Return(arg0 []*storage.Event, arg1 error) *IEventCursorListCall

Return rewrite *gomock.Call.Return

type IEventGetByIDCall

type IEventGetByIDCall struct {
	*gomock.Call
}

IEventGetByIDCall wrap *gomock.Call

func (*IEventGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IEventGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventGetByIDCall) Return

func (c *IEventGetByIDCall) Return(arg0 *storage.Event, arg1 error) *IEventGetByIDCall

Return rewrite *gomock.Call.Return

type IEventIsNoRowsCall

type IEventIsNoRowsCall struct {
	*gomock.Call
}

IEventIsNoRowsCall wrap *gomock.Call

func (*IEventIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IEventIsNoRowsCall) DoAndReturn

func (c *IEventIsNoRowsCall) DoAndReturn(f func(error) bool) *IEventIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventIsNoRowsCall) Return

func (c *IEventIsNoRowsCall) Return(arg0 bool) *IEventIsNoRowsCall

Return rewrite *gomock.Call.Return

type IEventLastIDCall

type IEventLastIDCall struct {
	*gomock.Call
}

IEventLastIDCall wrap *gomock.Call

func (*IEventLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IEventLastIDCall) DoAndReturn

func (c *IEventLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IEventLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventLastIDCall) Return

func (c *IEventLastIDCall) Return(arg0 uint64, arg1 error) *IEventLastIDCall

Return rewrite *gomock.Call.Return

type IEventListCall

type IEventListCall struct {
	*gomock.Call
}

IEventListCall wrap *gomock.Call

func (*IEventListCall) Do

Do rewrite *gomock.Call.Do

func (*IEventListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventListCall) Return

func (c *IEventListCall) Return(arg0 []*storage.Event, arg1 error) *IEventListCall

Return rewrite *gomock.Call.Return

type IEventSaveCall

type IEventSaveCall struct {
	*gomock.Call
}

IEventSaveCall wrap *gomock.Call

func (*IEventSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IEventSaveCall) DoAndReturn

func (c *IEventSaveCall) DoAndReturn(f func(context.Context, *storage.Event) error) *IEventSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventSaveCall) Return

func (c *IEventSaveCall) Return(arg0 error) *IEventSaveCall

Return rewrite *gomock.Call.Return

type IEventUpdateCall

type IEventUpdateCall struct {
	*gomock.Call
}

IEventUpdateCall wrap *gomock.Call

func (*IEventUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IEventUpdateCall) DoAndReturn

func (c *IEventUpdateCall) DoAndReturn(f func(context.Context, *storage.Event) error) *IEventUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventUpdateCall) Return

func (c *IEventUpdateCall) Return(arg0 error) *IEventUpdateCall

Return rewrite *gomock.Call.Return

type IJailByValidatorCall added in v1.6.0

type IJailByValidatorCall struct {
	*gomock.Call
}

IJailByValidatorCall wrap *gomock.Call

func (*IJailByValidatorCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailByValidatorCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailByValidatorCall) Return added in v1.6.0

func (c *IJailByValidatorCall) Return(arg0 []storage.Jail, arg1 error) *IJailByValidatorCall

Return rewrite *gomock.Call.Return

type IJailCursorListCall added in v1.6.0

type IJailCursorListCall struct {
	*gomock.Call
}

IJailCursorListCall wrap *gomock.Call

func (*IJailCursorListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailCursorListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailCursorListCall) Return added in v1.6.0

func (c *IJailCursorListCall) Return(arg0 []*storage.Jail, arg1 error) *IJailCursorListCall

Return rewrite *gomock.Call.Return

type IJailGetByIDCall added in v1.6.0

type IJailGetByIDCall struct {
	*gomock.Call
}

IJailGetByIDCall wrap *gomock.Call

func (*IJailGetByIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailGetByIDCall) DoAndReturn added in v1.6.0

func (c *IJailGetByIDCall) DoAndReturn(f func(context.Context, uint64) (*storage.Jail, error)) *IJailGetByIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailGetByIDCall) Return added in v1.6.0

func (c *IJailGetByIDCall) Return(arg0 *storage.Jail, arg1 error) *IJailGetByIDCall

Return rewrite *gomock.Call.Return

type IJailIsNoRowsCall added in v1.6.0

type IJailIsNoRowsCall struct {
	*gomock.Call
}

IJailIsNoRowsCall wrap *gomock.Call

func (*IJailIsNoRowsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailIsNoRowsCall) DoAndReturn added in v1.6.0

func (c *IJailIsNoRowsCall) DoAndReturn(f func(error) bool) *IJailIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailIsNoRowsCall) Return added in v1.6.0

func (c *IJailIsNoRowsCall) Return(arg0 bool) *IJailIsNoRowsCall

Return rewrite *gomock.Call.Return

type IJailLastIDCall added in v1.6.0

type IJailLastIDCall struct {
	*gomock.Call
}

IJailLastIDCall wrap *gomock.Call

func (*IJailLastIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailLastIDCall) DoAndReturn added in v1.6.0

func (c *IJailLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IJailLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailLastIDCall) Return added in v1.6.0

func (c *IJailLastIDCall) Return(arg0 uint64, arg1 error) *IJailLastIDCall

Return rewrite *gomock.Call.Return

type IJailListCall added in v1.6.0

type IJailListCall struct {
	*gomock.Call
}

IJailListCall wrap *gomock.Call

func (*IJailListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailListCall) Return added in v1.6.0

func (c *IJailListCall) Return(arg0 []*storage.Jail, arg1 error) *IJailListCall

Return rewrite *gomock.Call.Return

type IJailSaveCall added in v1.6.0

type IJailSaveCall struct {
	*gomock.Call
}

IJailSaveCall wrap *gomock.Call

func (*IJailSaveCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailSaveCall) DoAndReturn added in v1.6.0

func (c *IJailSaveCall) DoAndReturn(f func(context.Context, *storage.Jail) error) *IJailSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailSaveCall) Return added in v1.6.0

func (c *IJailSaveCall) Return(arg0 error) *IJailSaveCall

Return rewrite *gomock.Call.Return

type IJailUpdateCall added in v1.6.0

type IJailUpdateCall struct {
	*gomock.Call
}

IJailUpdateCall wrap *gomock.Call

func (*IJailUpdateCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IJailUpdateCall) DoAndReturn added in v1.6.0

func (c *IJailUpdateCall) DoAndReturn(f func(context.Context, *storage.Jail) error) *IJailUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IJailUpdateCall) Return added in v1.6.0

func (c *IJailUpdateCall) Return(arg0 error) *IJailUpdateCall

Return rewrite *gomock.Call.Return

type IMessageByAddressCall added in v1.2.0

type IMessageByAddressCall struct {
	*gomock.Call
}

IMessageByAddressCall wrap *gomock.Call

func (*IMessageByAddressCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IMessageByAddressCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageByAddressCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IMessageByTxIdCall

type IMessageByTxIdCall struct {
	*gomock.Call
}

IMessageByTxIdCall wrap *gomock.Call

func (*IMessageByTxIdCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageByTxIdCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageByTxIdCall) Return

func (c *IMessageByTxIdCall) Return(arg0 []storage.Message, arg1 error) *IMessageByTxIdCall

Return rewrite *gomock.Call.Return

type IMessageCursorListCall

type IMessageCursorListCall struct {
	*gomock.Call
}

IMessageCursorListCall wrap *gomock.Call

func (*IMessageCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageCursorListCall) Return

Return rewrite *gomock.Call.Return

type IMessageGetByIDCall

type IMessageGetByIDCall struct {
	*gomock.Call
}

IMessageGetByIDCall wrap *gomock.Call

func (*IMessageGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IMessageIsNoRowsCall

type IMessageIsNoRowsCall struct {
	*gomock.Call
}

IMessageIsNoRowsCall wrap *gomock.Call

func (*IMessageIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageIsNoRowsCall) DoAndReturn

func (c *IMessageIsNoRowsCall) DoAndReturn(f func(error) bool) *IMessageIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IMessageLastIDCall

type IMessageLastIDCall struct {
	*gomock.Call
}

IMessageLastIDCall wrap *gomock.Call

func (*IMessageLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageLastIDCall) DoAndReturn

func (c *IMessageLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IMessageLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageLastIDCall) Return

func (c *IMessageLastIDCall) Return(arg0 uint64, arg1 error) *IMessageLastIDCall

Return rewrite *gomock.Call.Return

type IMessageListCall

type IMessageListCall struct {
	*gomock.Call
}

IMessageListCall wrap *gomock.Call

func (*IMessageListCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageListCall) Return

func (c *IMessageListCall) Return(arg0 []*storage.Message, arg1 error) *IMessageListCall

Return rewrite *gomock.Call.Return

type IMessageListWithTxCall added in v1.0.4

type IMessageListWithTxCall struct {
	*gomock.Call
}

IMessageListWithTxCall wrap *gomock.Call

func (*IMessageListWithTxCall) Do added in v1.0.4

Do rewrite *gomock.Call.Do

func (*IMessageListWithTxCall) DoAndReturn added in v1.0.4

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageListWithTxCall) Return added in v1.0.4

Return rewrite *gomock.Call.Return

type IMessageSaveCall

type IMessageSaveCall struct {
	*gomock.Call
}

IMessageSaveCall wrap *gomock.Call

func (*IMessageSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageSaveCall) Return

func (c *IMessageSaveCall) Return(arg0 error) *IMessageSaveCall

Return rewrite *gomock.Call.Return

type IMessageUpdateCall

type IMessageUpdateCall struct {
	*gomock.Call
}

IMessageUpdateCall wrap *gomock.Call

func (*IMessageUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageUpdateCall) Return

func (c *IMessageUpdateCall) Return(arg0 error) *IMessageUpdateCall

Return rewrite *gomock.Call.Return

type INamespaceByNamespaceIdAndVersionCall

type INamespaceByNamespaceIdAndVersionCall struct {
	*gomock.Call
}

INamespaceByNamespaceIdAndVersionCall wrap *gomock.Call

func (*INamespaceByNamespaceIdAndVersionCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceByNamespaceIdAndVersionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceByNamespaceIdAndVersionCall) Return

Return rewrite *gomock.Call.Return

type INamespaceByNamespaceIdCall

type INamespaceByNamespaceIdCall struct {
	*gomock.Call
}

INamespaceByNamespaceIdCall wrap *gomock.Call

func (*INamespaceByNamespaceIdCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceByNamespaceIdCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceByNamespaceIdCall) Return

Return rewrite *gomock.Call.Return

type INamespaceCountMessagesByHeightCall

type INamespaceCountMessagesByHeightCall struct {
	*gomock.Call
}

INamespaceCountMessagesByHeightCall wrap *gomock.Call

func (*INamespaceCountMessagesByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceCountMessagesByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceCountMessagesByHeightCall) Return

Return rewrite *gomock.Call.Return

type INamespaceCountMessagesByTxIdCall added in v1.1.5

type INamespaceCountMessagesByTxIdCall struct {
	*gomock.Call
}

INamespaceCountMessagesByTxIdCall wrap *gomock.Call

func (*INamespaceCountMessagesByTxIdCall) Do added in v1.1.5

Do rewrite *gomock.Call.Do

func (*INamespaceCountMessagesByTxIdCall) DoAndReturn added in v1.1.5

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceCountMessagesByTxIdCall) Return added in v1.1.5

Return rewrite *gomock.Call.Return

type INamespaceCursorListCall

type INamespaceCursorListCall struct {
	*gomock.Call
}

INamespaceCursorListCall wrap *gomock.Call

func (*INamespaceCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceCursorListCall) Return

Return rewrite *gomock.Call.Return

type INamespaceGetByIDCall

type INamespaceGetByIDCall struct {
	*gomock.Call
}

INamespaceGetByIDCall wrap *gomock.Call

func (*INamespaceGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceGetByIDCall) Return

Return rewrite *gomock.Call.Return

type INamespaceGetByIdsCall added in v1.2.0

type INamespaceGetByIdsCall struct {
	*gomock.Call
}

INamespaceGetByIdsCall wrap *gomock.Call

func (*INamespaceGetByIdsCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*INamespaceGetByIdsCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceGetByIdsCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type INamespaceIsNoRowsCall

type INamespaceIsNoRowsCall struct {
	*gomock.Call
}

INamespaceIsNoRowsCall wrap *gomock.Call

func (*INamespaceIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceIsNoRowsCall) DoAndReturn

func (c *INamespaceIsNoRowsCall) DoAndReturn(f func(error) bool) *INamespaceIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type INamespaceLastIDCall

type INamespaceLastIDCall struct {
	*gomock.Call
}

INamespaceLastIDCall wrap *gomock.Call

func (*INamespaceLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceLastIDCall) Return

func (c *INamespaceLastIDCall) Return(arg0 uint64, arg1 error) *INamespaceLastIDCall

Return rewrite *gomock.Call.Return

type INamespaceListCall

type INamespaceListCall struct {
	*gomock.Call
}

INamespaceListCall wrap *gomock.Call

func (*INamespaceListCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceListCall) Return

func (c *INamespaceListCall) Return(arg0 []*storage.Namespace, arg1 error) *INamespaceListCall

Return rewrite *gomock.Call.Return

type INamespaceListWithSortCall added in v1.1.2

type INamespaceListWithSortCall struct {
	*gomock.Call
}

INamespaceListWithSortCall wrap *gomock.Call

func (*INamespaceListWithSortCall) Do added in v1.1.2

Do rewrite *gomock.Call.Do

func (*INamespaceListWithSortCall) DoAndReturn added in v1.1.2

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceListWithSortCall) Return added in v1.1.2

Return rewrite *gomock.Call.Return

type INamespaceMessagesByHeightCall

type INamespaceMessagesByHeightCall struct {
	*gomock.Call
}

INamespaceMessagesByHeightCall wrap *gomock.Call

func (*INamespaceMessagesByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceMessagesByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceMessagesByHeightCall) Return

Return rewrite *gomock.Call.Return

type INamespaceMessagesByTxIdCall added in v1.1.5

type INamespaceMessagesByTxIdCall struct {
	*gomock.Call
}

INamespaceMessagesByTxIdCall wrap *gomock.Call

func (*INamespaceMessagesByTxIdCall) Do added in v1.1.5

Do rewrite *gomock.Call.Do

func (*INamespaceMessagesByTxIdCall) DoAndReturn added in v1.1.5

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceMessagesByTxIdCall) Return added in v1.1.5

Return rewrite *gomock.Call.Return

type INamespaceMessagesCall

type INamespaceMessagesCall struct {
	*gomock.Call
}

INamespaceMessagesCall wrap *gomock.Call

func (*INamespaceMessagesCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceMessagesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceMessagesCall) Return

Return rewrite *gomock.Call.Return

type INamespaceSaveCall

type INamespaceSaveCall struct {
	*gomock.Call
}

INamespaceSaveCall wrap *gomock.Call

func (*INamespaceSaveCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceSaveCall) Return

func (c *INamespaceSaveCall) Return(arg0 error) *INamespaceSaveCall

Return rewrite *gomock.Call.Return

type INamespaceUpdateCall

type INamespaceUpdateCall struct {
	*gomock.Call
}

INamespaceUpdateCall wrap *gomock.Call

func (*INamespaceUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*INamespaceUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*INamespaceUpdateCall) Return

Return rewrite *gomock.Call.Return

type IPriceGetCall added in v1.2.0

type IPriceGetCall struct {
	*gomock.Call
}

IPriceGetCall wrap *gomock.Call

func (*IPriceGetCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IPriceGetCall) DoAndReturn added in v1.2.0

func (c *IPriceGetCall) DoAndReturn(f func(context.Context, string, time.Time, time.Time, int) ([]storage.Price, error)) *IPriceGetCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IPriceGetCall) Return added in v1.2.0

func (c *IPriceGetCall) Return(arg0 []storage.Price, arg1 error) *IPriceGetCall

Return rewrite *gomock.Call.Return

type IPriceLastCall added in v1.2.0

type IPriceLastCall struct {
	*gomock.Call
}

IPriceLastCall wrap *gomock.Call

func (*IPriceLastCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IPriceLastCall) DoAndReturn added in v1.2.0

func (c *IPriceLastCall) DoAndReturn(f func(context.Context) (storage.Price, error)) *IPriceLastCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IPriceLastCall) Return added in v1.2.0

func (c *IPriceLastCall) Return(arg0 storage.Price, arg1 error) *IPriceLastCall

Return rewrite *gomock.Call.Return

type IPriceSaveCall added in v1.2.0

type IPriceSaveCall struct {
	*gomock.Call
}

IPriceSaveCall wrap *gomock.Call

func (*IPriceSaveCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IPriceSaveCall) DoAndReturn added in v1.2.0

func (c *IPriceSaveCall) DoAndReturn(f func(context.Context, *storage.Price) error) *IPriceSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IPriceSaveCall) Return added in v1.2.0

func (c *IPriceSaveCall) Return(arg0 error) *IPriceSaveCall

Return rewrite *gomock.Call.Return

type IRedelegationByAddressCall added in v1.6.0

type IRedelegationByAddressCall struct {
	*gomock.Call
}

IRedelegationByAddressCall wrap *gomock.Call

func (*IRedelegationByAddressCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationByAddressCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationByAddressCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRedelegationCursorListCall added in v1.6.0

type IRedelegationCursorListCall struct {
	*gomock.Call
}

IRedelegationCursorListCall wrap *gomock.Call

func (*IRedelegationCursorListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationCursorListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationCursorListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRedelegationGetByIDCall added in v1.6.0

type IRedelegationGetByIDCall struct {
	*gomock.Call
}

IRedelegationGetByIDCall wrap *gomock.Call

func (*IRedelegationGetByIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationGetByIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationGetByIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRedelegationIsNoRowsCall added in v1.6.0

type IRedelegationIsNoRowsCall struct {
	*gomock.Call
}

IRedelegationIsNoRowsCall wrap *gomock.Call

func (*IRedelegationIsNoRowsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationIsNoRowsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationIsNoRowsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRedelegationLastIDCall added in v1.6.0

type IRedelegationLastIDCall struct {
	*gomock.Call
}

IRedelegationLastIDCall wrap *gomock.Call

func (*IRedelegationLastIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationLastIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationLastIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRedelegationListCall added in v1.6.0

type IRedelegationListCall struct {
	*gomock.Call
}

IRedelegationListCall wrap *gomock.Call

func (*IRedelegationListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRedelegationSaveCall added in v1.6.0

type IRedelegationSaveCall struct {
	*gomock.Call
}

IRedelegationSaveCall wrap *gomock.Call

func (*IRedelegationSaveCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationSaveCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationSaveCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRedelegationUpdateCall added in v1.6.0

type IRedelegationUpdateCall struct {
	*gomock.Call
}

IRedelegationUpdateCall wrap *gomock.Call

func (*IRedelegationUpdateCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IRedelegationUpdateCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRedelegationUpdateCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IRollupBySlugCall added in v1.4.0

type IRollupBySlugCall struct {
	*gomock.Call
}

IRollupBySlugCall wrap *gomock.Call

func (*IRollupBySlugCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*IRollupBySlugCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupBySlugCall) Return added in v1.4.0

func (c *IRollupBySlugCall) Return(arg0 storage.Rollup, arg1 error) *IRollupBySlugCall

Return rewrite *gomock.Call.Return

type IRollupCountCall added in v1.3.2

type IRollupCountCall struct {
	*gomock.Call
}

IRollupCountCall wrap *gomock.Call

func (*IRollupCountCall) Do added in v1.3.2

Do rewrite *gomock.Call.Do

func (*IRollupCountCall) DoAndReturn added in v1.3.2

func (c *IRollupCountCall) DoAndReturn(f func(context.Context) (int64, error)) *IRollupCountCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupCountCall) Return added in v1.3.2

func (c *IRollupCountCall) Return(arg0 int64, arg1 error) *IRollupCountCall

Return rewrite *gomock.Call.Return

type IRollupCursorListCall added in v1.2.0

type IRollupCursorListCall struct {
	*gomock.Call
}

IRollupCursorListCall wrap *gomock.Call

func (*IRollupCursorListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupCursorListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupCursorListCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupDistributionCall added in v1.6.1

type IRollupDistributionCall struct {
	*gomock.Call
}

IRollupDistributionCall wrap *gomock.Call

func (*IRollupDistributionCall) Do added in v1.6.1

Do rewrite *gomock.Call.Do

func (*IRollupDistributionCall) DoAndReturn added in v1.6.1

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupDistributionCall) Return added in v1.6.1

Return rewrite *gomock.Call.Return

type IRollupGetByIDCall added in v1.2.0

type IRollupGetByIDCall struct {
	*gomock.Call
}

IRollupGetByIDCall wrap *gomock.Call

func (*IRollupGetByIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupGetByIDCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupGetByIDCall) Return added in v1.2.0

func (c *IRollupGetByIDCall) Return(arg0 *storage.Rollup, arg1 error) *IRollupGetByIDCall

Return rewrite *gomock.Call.Return

type IRollupIsNoRowsCall added in v1.2.0

type IRollupIsNoRowsCall struct {
	*gomock.Call
}

IRollupIsNoRowsCall wrap *gomock.Call

func (*IRollupIsNoRowsCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupIsNoRowsCall) DoAndReturn added in v1.2.0

func (c *IRollupIsNoRowsCall) DoAndReturn(f func(error) bool) *IRollupIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupIsNoRowsCall) Return added in v1.2.0

func (c *IRollupIsNoRowsCall) Return(arg0 bool) *IRollupIsNoRowsCall

Return rewrite *gomock.Call.Return

type IRollupLastIDCall added in v1.2.0

type IRollupLastIDCall struct {
	*gomock.Call
}

IRollupLastIDCall wrap *gomock.Call

func (*IRollupLastIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupLastIDCall) DoAndReturn added in v1.2.0

func (c *IRollupLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IRollupLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupLastIDCall) Return added in v1.2.0

func (c *IRollupLastIDCall) Return(arg0 uint64, arg1 error) *IRollupLastIDCall

Return rewrite *gomock.Call.Return

type IRollupLeaderboardCall added in v1.2.0

type IRollupLeaderboardCall struct {
	*gomock.Call
}

IRollupLeaderboardCall wrap *gomock.Call

func (*IRollupLeaderboardCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupLeaderboardCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupLeaderboardCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupListCall added in v1.2.0

type IRollupListCall struct {
	*gomock.Call
}

IRollupListCall wrap *gomock.Call

func (*IRollupListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupListCall) Return added in v1.2.0

func (c *IRollupListCall) Return(arg0 []*storage.Rollup, arg1 error) *IRollupListCall

Return rewrite *gomock.Call.Return

type IRollupNamespacesCall added in v1.2.0

type IRollupNamespacesCall struct {
	*gomock.Call
}

IRollupNamespacesCall wrap *gomock.Call

func (*IRollupNamespacesCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupNamespacesCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupNamespacesCall) Return added in v1.2.0

func (c *IRollupNamespacesCall) Return(namespaceIds []uint64, err error) *IRollupNamespacesCall

Return rewrite *gomock.Call.Return

type IRollupProviderCursorListCall added in v1.2.0

type IRollupProviderCursorListCall struct {
	*gomock.Call
}

IRollupProviderCursorListCall wrap *gomock.Call

func (*IRollupProviderCursorListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProviderCursorListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProviderCursorListCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupProviderGetByIDCall added in v1.2.0

type IRollupProviderGetByIDCall struct {
	*gomock.Call
}

IRollupProviderGetByIDCall wrap *gomock.Call

func (*IRollupProviderGetByIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProviderGetByIDCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProviderGetByIDCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupProviderIsNoRowsCall added in v1.2.0

type IRollupProviderIsNoRowsCall struct {
	*gomock.Call
}

IRollupProviderIsNoRowsCall wrap *gomock.Call

func (*IRollupProviderIsNoRowsCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProviderIsNoRowsCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProviderIsNoRowsCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupProviderLastIDCall added in v1.2.0

type IRollupProviderLastIDCall struct {
	*gomock.Call
}

IRollupProviderLastIDCall wrap *gomock.Call

func (*IRollupProviderLastIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProviderLastIDCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProviderLastIDCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupProviderListCall added in v1.2.0

type IRollupProviderListCall struct {
	*gomock.Call
}

IRollupProviderListCall wrap *gomock.Call

func (*IRollupProviderListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProviderListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProviderListCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupProviderSaveCall added in v1.2.0

type IRollupProviderSaveCall struct {
	*gomock.Call
}

IRollupProviderSaveCall wrap *gomock.Call

func (*IRollupProviderSaveCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProviderSaveCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProviderSaveCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupProviderUpdateCall added in v1.2.0

type IRollupProviderUpdateCall struct {
	*gomock.Call
}

IRollupProviderUpdateCall wrap *gomock.Call

func (*IRollupProviderUpdateCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProviderUpdateCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProviderUpdateCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupProvidersCall added in v1.2.0

type IRollupProvidersCall struct {
	*gomock.Call
}

IRollupProvidersCall wrap *gomock.Call

func (*IRollupProvidersCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupProvidersCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupProvidersCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupRollupsByNamespaceCall added in v1.5.0

type IRollupRollupsByNamespaceCall struct {
	*gomock.Call
}

IRollupRollupsByNamespaceCall wrap *gomock.Call

func (*IRollupRollupsByNamespaceCall) Do added in v1.5.0

Do rewrite *gomock.Call.Do

func (*IRollupRollupsByNamespaceCall) DoAndReturn added in v1.5.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupRollupsByNamespaceCall) Return added in v1.5.0

Return rewrite *gomock.Call.Return

type IRollupSaveCall added in v1.2.0

type IRollupSaveCall struct {
	*gomock.Call
}

IRollupSaveCall wrap *gomock.Call

func (*IRollupSaveCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupSaveCall) DoAndReturn added in v1.2.0

func (c *IRollupSaveCall) DoAndReturn(f func(context.Context, *storage.Rollup) error) *IRollupSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupSaveCall) Return added in v1.2.0

func (c *IRollupSaveCall) Return(arg0 error) *IRollupSaveCall

Return rewrite *gomock.Call.Return

type IRollupSeriesCall added in v1.3.2

type IRollupSeriesCall struct {
	*gomock.Call
}

IRollupSeriesCall wrap *gomock.Call

func (*IRollupSeriesCall) Do added in v1.3.2

Do rewrite *gomock.Call.Do

func (*IRollupSeriesCall) DoAndReturn added in v1.3.2

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupSeriesCall) Return added in v1.3.2

Return rewrite *gomock.Call.Return

type IRollupStatsCall added in v1.2.0

type IRollupStatsCall struct {
	*gomock.Call
}

IRollupStatsCall wrap *gomock.Call

func (*IRollupStatsCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupStatsCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupStatsCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type IRollupUpdateCall added in v1.2.0

type IRollupUpdateCall struct {
	*gomock.Call
}

IRollupUpdateCall wrap *gomock.Call

func (*IRollupUpdateCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*IRollupUpdateCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IRollupUpdateCall) Return added in v1.2.0

func (c *IRollupUpdateCall) Return(arg0 error) *IRollupUpdateCall

Return rewrite *gomock.Call.Return

type ISearchSearchCall added in v1.4.0

type ISearchSearchCall struct {
	*gomock.Call
}

ISearchSearchCall wrap *gomock.Call

func (*ISearchSearchCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*ISearchSearchCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ISearchSearchCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type ISearchSearchTextCall added in v1.4.0

type ISearchSearchTextCall struct {
	*gomock.Call
}

ISearchSearchTextCall wrap *gomock.Call

func (*ISearchSearchTextCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*ISearchSearchTextCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ISearchSearchTextCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type IStakingLogByValidatorCall added in v1.6.0

type IStakingLogByValidatorCall struct {
	*gomock.Call
}

IStakingLogByValidatorCall wrap *gomock.Call

func (*IStakingLogByValidatorCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogByValidatorCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogByValidatorCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStakingLogCursorListCall added in v1.6.0

type IStakingLogCursorListCall struct {
	*gomock.Call
}

IStakingLogCursorListCall wrap *gomock.Call

func (*IStakingLogCursorListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogCursorListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogCursorListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStakingLogGetByIDCall added in v1.6.0

type IStakingLogGetByIDCall struct {
	*gomock.Call
}

IStakingLogGetByIDCall wrap *gomock.Call

func (*IStakingLogGetByIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogGetByIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogGetByIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStakingLogIsNoRowsCall added in v1.6.0

type IStakingLogIsNoRowsCall struct {
	*gomock.Call
}

IStakingLogIsNoRowsCall wrap *gomock.Call

func (*IStakingLogIsNoRowsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogIsNoRowsCall) DoAndReturn added in v1.6.0

func (c *IStakingLogIsNoRowsCall) DoAndReturn(f func(error) bool) *IStakingLogIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogIsNoRowsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStakingLogLastIDCall added in v1.6.0

type IStakingLogLastIDCall struct {
	*gomock.Call
}

IStakingLogLastIDCall wrap *gomock.Call

func (*IStakingLogLastIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogLastIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogLastIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStakingLogListCall added in v1.6.0

type IStakingLogListCall struct {
	*gomock.Call
}

IStakingLogListCall wrap *gomock.Call

func (*IStakingLogListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStakingLogSaveCall added in v1.6.0

type IStakingLogSaveCall struct {
	*gomock.Call
}

IStakingLogSaveCall wrap *gomock.Call

func (*IStakingLogSaveCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogSaveCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogSaveCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStakingLogUpdateCall added in v1.6.0

type IStakingLogUpdateCall struct {
	*gomock.Call
}

IStakingLogUpdateCall wrap *gomock.Call

func (*IStakingLogUpdateCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStakingLogUpdateCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStakingLogUpdateCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStateByNameCall

type IStateByNameCall struct {
	*gomock.Call
}

IStateByNameCall wrap *gomock.Call

func (*IStateByNameCall) Do

Do rewrite *gomock.Call.Do

func (*IStateByNameCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateByNameCall) Return

func (c *IStateByNameCall) Return(arg0 storage.State, arg1 error) *IStateByNameCall

Return rewrite *gomock.Call.Return

type IStateCursorListCall

type IStateCursorListCall struct {
	*gomock.Call
}

IStateCursorListCall wrap *gomock.Call

func (*IStateCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IStateCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateCursorListCall) Return

func (c *IStateCursorListCall) Return(arg0 []*storage.State, arg1 error) *IStateCursorListCall

Return rewrite *gomock.Call.Return

type IStateGetByIDCall

type IStateGetByIDCall struct {
	*gomock.Call
}

IStateGetByIDCall wrap *gomock.Call

func (*IStateGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IStateGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateGetByIDCall) Return

func (c *IStateGetByIDCall) Return(arg0 *storage.State, arg1 error) *IStateGetByIDCall

Return rewrite *gomock.Call.Return

type IStateIsNoRowsCall

type IStateIsNoRowsCall struct {
	*gomock.Call
}

IStateIsNoRowsCall wrap *gomock.Call

func (*IStateIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IStateIsNoRowsCall) DoAndReturn

func (c *IStateIsNoRowsCall) DoAndReturn(f func(error) bool) *IStateIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateIsNoRowsCall) Return

func (c *IStateIsNoRowsCall) Return(arg0 bool) *IStateIsNoRowsCall

Return rewrite *gomock.Call.Return

type IStateLastIDCall

type IStateLastIDCall struct {
	*gomock.Call
}

IStateLastIDCall wrap *gomock.Call

func (*IStateLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IStateLastIDCall) DoAndReturn

func (c *IStateLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IStateLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateLastIDCall) Return

func (c *IStateLastIDCall) Return(arg0 uint64, arg1 error) *IStateLastIDCall

Return rewrite *gomock.Call.Return

type IStateListCall

type IStateListCall struct {
	*gomock.Call
}

IStateListCall wrap *gomock.Call

func (*IStateListCall) Do

Do rewrite *gomock.Call.Do

func (*IStateListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateListCall) Return

func (c *IStateListCall) Return(arg0 []*storage.State, arg1 error) *IStateListCall

Return rewrite *gomock.Call.Return

type IStateSaveCall

type IStateSaveCall struct {
	*gomock.Call
}

IStateSaveCall wrap *gomock.Call

func (*IStateSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IStateSaveCall) DoAndReturn

func (c *IStateSaveCall) DoAndReturn(f func(context.Context, *storage.State) error) *IStateSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateSaveCall) Return

func (c *IStateSaveCall) Return(arg0 error) *IStateSaveCall

Return rewrite *gomock.Call.Return

type IStateUpdateCall

type IStateUpdateCall struct {
	*gomock.Call
}

IStateUpdateCall wrap *gomock.Call

func (*IStateUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IStateUpdateCall) DoAndReturn

func (c *IStateUpdateCall) DoAndReturn(f func(context.Context, *storage.State) error) *IStateUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateUpdateCall) Return

func (c *IStateUpdateCall) Return(arg0 error) *IStateUpdateCall

Return rewrite *gomock.Call.Return

type IStatsCountCall

type IStatsCountCall struct {
	*gomock.Call
}

IStatsCountCall wrap *gomock.Call

func (*IStatsCountCall) Do

Do rewrite *gomock.Call.Do

func (*IStatsCountCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsCountCall) Return

func (c *IStatsCountCall) Return(arg0 string, arg1 error) *IStatsCountCall

Return rewrite *gomock.Call.Return

type IStatsHistogramCall

type IStatsHistogramCall struct {
	*gomock.Call
}

IStatsHistogramCall wrap *gomock.Call

func (*IStatsHistogramCall) Do

Do rewrite *gomock.Call.Do

func (*IStatsHistogramCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsHistogramCall) Return

Return rewrite *gomock.Call.Return

type IStatsHistogramCountCall

type IStatsHistogramCountCall struct {
	*gomock.Call
}

IStatsHistogramCountCall wrap *gomock.Call

func (*IStatsHistogramCountCall) Do

Do rewrite *gomock.Call.Do

func (*IStatsHistogramCountCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsHistogramCountCall) Return

Return rewrite *gomock.Call.Return

type IStatsNamespaceSeriesCall added in v1.1.0

type IStatsNamespaceSeriesCall struct {
	*gomock.Call
}

IStatsNamespaceSeriesCall wrap *gomock.Call

func (*IStatsNamespaceSeriesCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*IStatsNamespaceSeriesCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsNamespaceSeriesCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type IStatsSeriesCall added in v1.1.0

type IStatsSeriesCall struct {
	*gomock.Call
}

IStatsSeriesCall wrap *gomock.Call

func (*IStatsSeriesCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*IStatsSeriesCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsSeriesCall) Return added in v1.1.0

func (c *IStatsSeriesCall) Return(arg0 []storage.SeriesItem, arg1 error) *IStatsSeriesCall

Return rewrite *gomock.Call.Return

type IStatsStakingSeriesCall added in v1.6.0

type IStatsStakingSeriesCall struct {
	*gomock.Call
}

IStatsStakingSeriesCall wrap *gomock.Call

func (*IStatsStakingSeriesCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IStatsStakingSeriesCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsStakingSeriesCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IStatsSummaryCall

type IStatsSummaryCall struct {
	*gomock.Call
}

IStatsSummaryCall wrap *gomock.Call

func (*IStatsSummaryCall) Do

Do rewrite *gomock.Call.Do

func (*IStatsSummaryCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsSummaryCall) Return

func (c *IStatsSummaryCall) Return(arg0 string, arg1 error) *IStatsSummaryCall

Return rewrite *gomock.Call.Return

type IStatsTPSCall added in v1.1.0

type IStatsTPSCall struct {
	*gomock.Call
}

IStatsTPSCall wrap *gomock.Call

func (*IStatsTPSCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*IStatsTPSCall) DoAndReturn added in v1.1.0

func (c *IStatsTPSCall) DoAndReturn(f func(context.Context) (storage.TPS, error)) *IStatsTPSCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsTPSCall) Return added in v1.1.0

func (c *IStatsTPSCall) Return(arg0 storage.TPS, arg1 error) *IStatsTPSCall

Return rewrite *gomock.Call.Return

type IStatsTxCountForLast24hCall added in v1.1.0

type IStatsTxCountForLast24hCall struct {
	*gomock.Call
}

IStatsTxCountForLast24hCall wrap *gomock.Call

func (*IStatsTxCountForLast24hCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*IStatsTxCountForLast24hCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStatsTxCountForLast24hCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type ITxByAddressCall

type ITxByAddressCall struct {
	*gomock.Call
}

ITxByAddressCall wrap *gomock.Call

func (*ITxByAddressCall) Do

Do rewrite *gomock.Call.Do

func (*ITxByAddressCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxByAddressCall) Return

func (c *ITxByAddressCall) Return(arg0 []storage.Tx, arg1 error) *ITxByAddressCall

Return rewrite *gomock.Call.Return

type ITxByHashCall

type ITxByHashCall struct {
	*gomock.Call
}

ITxByHashCall wrap *gomock.Call

func (*ITxByHashCall) Do

Do rewrite *gomock.Call.Do

func (*ITxByHashCall) DoAndReturn

func (c *ITxByHashCall) DoAndReturn(f func(context.Context, []byte) (storage.Tx, error)) *ITxByHashCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxByHashCall) Return

func (c *ITxByHashCall) Return(arg0 storage.Tx, arg1 error) *ITxByHashCall

Return rewrite *gomock.Call.Return

type ITxByIdWithRelationsCall

type ITxByIdWithRelationsCall struct {
	*gomock.Call
}

ITxByIdWithRelationsCall wrap *gomock.Call

func (*ITxByIdWithRelationsCall) Do

Do rewrite *gomock.Call.Do

func (*ITxByIdWithRelationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxByIdWithRelationsCall) Return

Return rewrite *gomock.Call.Return

type ITxCursorListCall

type ITxCursorListCall struct {
	*gomock.Call
}

ITxCursorListCall wrap *gomock.Call

func (*ITxCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*ITxCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxCursorListCall) Return

func (c *ITxCursorListCall) Return(arg0 []*storage.Tx, arg1 error) *ITxCursorListCall

Return rewrite *gomock.Call.Return

type ITxFilterCall

type ITxFilterCall struct {
	*gomock.Call
}

ITxFilterCall wrap *gomock.Call

func (*ITxFilterCall) Do

Do rewrite *gomock.Call.Do

func (*ITxFilterCall) DoAndReturn

func (c *ITxFilterCall) DoAndReturn(f func(context.Context, storage.TxFilter) ([]storage.Tx, error)) *ITxFilterCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxFilterCall) Return

func (c *ITxFilterCall) Return(arg0 []storage.Tx, arg1 error) *ITxFilterCall

Return rewrite *gomock.Call.Return

type ITxGasCall added in v1.1.0

type ITxGasCall struct {
	*gomock.Call
}

ITxGasCall wrap *gomock.Call

func (*ITxGasCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*ITxGasCall) DoAndReturn added in v1.1.0

func (c *ITxGasCall) DoAndReturn(f func(context.Context, types.Level, time.Time) ([]storage.Gas, error)) *ITxGasCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxGasCall) Return added in v1.1.0

func (c *ITxGasCall) Return(arg0 []storage.Gas, arg1 error) *ITxGasCall

Return rewrite *gomock.Call.Return

type ITxGenesisCall

type ITxGenesisCall struct {
	*gomock.Call
}

ITxGenesisCall wrap *gomock.Call

func (*ITxGenesisCall) Do

Do rewrite *gomock.Call.Do

func (*ITxGenesisCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxGenesisCall) Return

func (c *ITxGenesisCall) Return(arg0 []storage.Tx, arg1 error) *ITxGenesisCall

Return rewrite *gomock.Call.Return

type ITxGetByIDCall

type ITxGetByIDCall struct {
	*gomock.Call
}

ITxGetByIDCall wrap *gomock.Call

func (*ITxGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITxGetByIDCall) DoAndReturn

func (c *ITxGetByIDCall) DoAndReturn(f func(context.Context, uint64) (*storage.Tx, error)) *ITxGetByIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxGetByIDCall) Return

func (c *ITxGetByIDCall) Return(arg0 *storage.Tx, arg1 error) *ITxGetByIDCall

Return rewrite *gomock.Call.Return

type ITxIsNoRowsCall

type ITxIsNoRowsCall struct {
	*gomock.Call
}

ITxIsNoRowsCall wrap *gomock.Call

func (*ITxIsNoRowsCall) Do

func (c *ITxIsNoRowsCall) Do(f func(error) bool) *ITxIsNoRowsCall

Do rewrite *gomock.Call.Do

func (*ITxIsNoRowsCall) DoAndReturn

func (c *ITxIsNoRowsCall) DoAndReturn(f func(error) bool) *ITxIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxIsNoRowsCall) Return

func (c *ITxIsNoRowsCall) Return(arg0 bool) *ITxIsNoRowsCall

Return rewrite *gomock.Call.Return

type ITxLastIDCall

type ITxLastIDCall struct {
	*gomock.Call
}

ITxLastIDCall wrap *gomock.Call

func (*ITxLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITxLastIDCall) DoAndReturn

func (c *ITxLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *ITxLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxLastIDCall) Return

func (c *ITxLastIDCall) Return(arg0 uint64, arg1 error) *ITxLastIDCall

Return rewrite *gomock.Call.Return

type ITxListCall

type ITxListCall struct {
	*gomock.Call
}

ITxListCall wrap *gomock.Call

func (*ITxListCall) Do

Do rewrite *gomock.Call.Do

func (*ITxListCall) DoAndReturn

func (c *ITxListCall) DoAndReturn(f func(context.Context, uint64, uint64, storage0.SortOrder) ([]*storage.Tx, error)) *ITxListCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxListCall) Return

func (c *ITxListCall) Return(arg0 []*storage.Tx, arg1 error) *ITxListCall

Return rewrite *gomock.Call.Return

type ITxSaveCall

type ITxSaveCall struct {
	*gomock.Call
}

ITxSaveCall wrap *gomock.Call

func (*ITxSaveCall) Do

Do rewrite *gomock.Call.Do

func (*ITxSaveCall) DoAndReturn

func (c *ITxSaveCall) DoAndReturn(f func(context.Context, *storage.Tx) error) *ITxSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxSaveCall) Return

func (c *ITxSaveCall) Return(arg0 error) *ITxSaveCall

Return rewrite *gomock.Call.Return

type ITxUpdateCall

type ITxUpdateCall struct {
	*gomock.Call
}

ITxUpdateCall wrap *gomock.Call

func (*ITxUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*ITxUpdateCall) DoAndReturn

func (c *ITxUpdateCall) DoAndReturn(f func(context.Context, *storage.Tx) error) *ITxUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITxUpdateCall) Return

func (c *ITxUpdateCall) Return(arg0 error) *ITxUpdateCall

Return rewrite *gomock.Call.Return

type IUndelegationByAddressCall added in v1.6.0

type IUndelegationByAddressCall struct {
	*gomock.Call
}

IUndelegationByAddressCall wrap *gomock.Call

func (*IUndelegationByAddressCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationByAddressCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationByAddressCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IUndelegationCursorListCall added in v1.6.0

type IUndelegationCursorListCall struct {
	*gomock.Call
}

IUndelegationCursorListCall wrap *gomock.Call

func (*IUndelegationCursorListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationCursorListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationCursorListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IUndelegationGetByIDCall added in v1.6.0

type IUndelegationGetByIDCall struct {
	*gomock.Call
}

IUndelegationGetByIDCall wrap *gomock.Call

func (*IUndelegationGetByIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationGetByIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationGetByIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IUndelegationIsNoRowsCall added in v1.6.0

type IUndelegationIsNoRowsCall struct {
	*gomock.Call
}

IUndelegationIsNoRowsCall wrap *gomock.Call

func (*IUndelegationIsNoRowsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationIsNoRowsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationIsNoRowsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IUndelegationLastIDCall added in v1.6.0

type IUndelegationLastIDCall struct {
	*gomock.Call
}

IUndelegationLastIDCall wrap *gomock.Call

func (*IUndelegationLastIDCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationLastIDCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationLastIDCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IUndelegationListCall added in v1.6.0

type IUndelegationListCall struct {
	*gomock.Call
}

IUndelegationListCall wrap *gomock.Call

func (*IUndelegationListCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationListCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationListCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IUndelegationSaveCall added in v1.6.0

type IUndelegationSaveCall struct {
	*gomock.Call
}

IUndelegationSaveCall wrap *gomock.Call

func (*IUndelegationSaveCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationSaveCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationSaveCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IUndelegationUpdateCall added in v1.6.0

type IUndelegationUpdateCall struct {
	*gomock.Call
}

IUndelegationUpdateCall wrap *gomock.Call

func (*IUndelegationUpdateCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IUndelegationUpdateCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IUndelegationUpdateCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IValidatorByAddressCall

type IValidatorByAddressCall struct {
	*gomock.Call
}

IValidatorByAddressCall wrap *gomock.Call

func (*IValidatorByAddressCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorByAddressCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorByAddressCall) Return

Return rewrite *gomock.Call.Return

type IValidatorCursorListCall

type IValidatorCursorListCall struct {
	*gomock.Call
}

IValidatorCursorListCall wrap *gomock.Call

func (*IValidatorCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorCursorListCall) Return

Return rewrite *gomock.Call.Return

type IValidatorGetByIDCall

type IValidatorGetByIDCall struct {
	*gomock.Call
}

IValidatorGetByIDCall wrap *gomock.Call

func (*IValidatorGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IValidatorIsNoRowsCall

type IValidatorIsNoRowsCall struct {
	*gomock.Call
}

IValidatorIsNoRowsCall wrap *gomock.Call

func (*IValidatorIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorIsNoRowsCall) DoAndReturn

func (c *IValidatorIsNoRowsCall) DoAndReturn(f func(error) bool) *IValidatorIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IValidatorJailedCountCall added in v1.6.0

type IValidatorJailedCountCall struct {
	*gomock.Call
}

IValidatorJailedCountCall wrap *gomock.Call

func (*IValidatorJailedCountCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IValidatorJailedCountCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorJailedCountCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IValidatorLastIDCall

type IValidatorLastIDCall struct {
	*gomock.Call
}

IValidatorLastIDCall wrap *gomock.Call

func (*IValidatorLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorLastIDCall) Return

func (c *IValidatorLastIDCall) Return(arg0 uint64, arg1 error) *IValidatorLastIDCall

Return rewrite *gomock.Call.Return

type IValidatorListByPowerCall added in v1.6.0

type IValidatorListByPowerCall struct {
	*gomock.Call
}

IValidatorListByPowerCall wrap *gomock.Call

func (*IValidatorListByPowerCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IValidatorListByPowerCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorListByPowerCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IValidatorListCall

type IValidatorListCall struct {
	*gomock.Call
}

IValidatorListCall wrap *gomock.Call

func (*IValidatorListCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorListCall) Return

func (c *IValidatorListCall) Return(arg0 []*storage.Validator, arg1 error) *IValidatorListCall

Return rewrite *gomock.Call.Return

type IValidatorSaveCall

type IValidatorSaveCall struct {
	*gomock.Call
}

IValidatorSaveCall wrap *gomock.Call

func (*IValidatorSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorSaveCall) Return

func (c *IValidatorSaveCall) Return(arg0 error) *IValidatorSaveCall

Return rewrite *gomock.Call.Return

type IValidatorTotalVotingPowerCall added in v1.6.0

type IValidatorTotalVotingPowerCall struct {
	*gomock.Call
}

IValidatorTotalVotingPowerCall wrap *gomock.Call

func (*IValidatorTotalVotingPowerCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*IValidatorTotalVotingPowerCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorTotalVotingPowerCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type IValidatorUpdateCall

type IValidatorUpdateCall struct {
	*gomock.Call
}

IValidatorUpdateCall wrap *gomock.Call

func (*IValidatorUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IValidatorUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IValidatorUpdateCall) Return

Return rewrite *gomock.Call.Return

type ListenerCloseCall

type ListenerCloseCall struct {
	*gomock.Call
}

ListenerCloseCall wrap *gomock.Call

func (*ListenerCloseCall) Do

func (c *ListenerCloseCall) Do(f func() error) *ListenerCloseCall

Do rewrite *gomock.Call.Do

func (*ListenerCloseCall) DoAndReturn

func (c *ListenerCloseCall) DoAndReturn(f func() error) *ListenerCloseCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ListenerCloseCall) Return

func (c *ListenerCloseCall) Return(arg0 error) *ListenerCloseCall

Return rewrite *gomock.Call.Return

type ListenerFactoryCreateListenerCall

type ListenerFactoryCreateListenerCall struct {
	*gomock.Call
}

ListenerFactoryCreateListenerCall wrap *gomock.Call

func (*ListenerFactoryCreateListenerCall) Do

Do rewrite *gomock.Call.Do

func (*ListenerFactoryCreateListenerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ListenerFactoryCreateListenerCall) Return

Return rewrite *gomock.Call.Return

type ListenerListenCall

type ListenerListenCall struct {
	*gomock.Call
}

ListenerListenCall wrap *gomock.Call

func (*ListenerListenCall) Do

func (c *ListenerListenCall) Do(f func() chan *pq.Notification) *ListenerListenCall

Do rewrite *gomock.Call.Do

func (*ListenerListenCall) DoAndReturn

func (c *ListenerListenCall) DoAndReturn(f func() chan *pq.Notification) *ListenerListenCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ListenerListenCall) Return

func (c *ListenerListenCall) Return(arg0 chan *pq.Notification) *ListenerListenCall

Return rewrite *gomock.Call.Return

type ListenerSubscribeCall

type ListenerSubscribeCall struct {
	*gomock.Call
}

ListenerSubscribeCall wrap *gomock.Call

func (*ListenerSubscribeCall) Do

Do rewrite *gomock.Call.Do

func (*ListenerSubscribeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ListenerSubscribeCall) Return

Return rewrite *gomock.Call.Return

type MockExport added in v1.5.0

type MockExport struct {
	// contains filtered or unexported fields
}

MockExport is a mock of Export interface.

func NewMockExport added in v1.5.0

func NewMockExport(ctrl *gomock.Controller) *MockExport

NewMockExport creates a new mock instance.

func (*MockExport) Close added in v1.5.0

func (m *MockExport) Close() error

Close mocks base method.

func (*MockExport) EXPECT added in v1.5.0

func (m *MockExport) EXPECT() *MockExportMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockExport) ToCsv added in v1.5.0

func (m *MockExport) ToCsv(ctx context.Context, writer io.Writer, query string) error

ToCsv mocks base method.

type MockExportMockRecorder added in v1.5.0

type MockExportMockRecorder struct {
	// contains filtered or unexported fields
}

MockExportMockRecorder is the mock recorder for MockExport.

func (*MockExportMockRecorder) Close added in v1.5.0

Close indicates an expected call of Close.

func (*MockExportMockRecorder) ToCsv added in v1.5.0

func (mr *MockExportMockRecorder) ToCsv(ctx, writer, query any) *ExportToCsvCall

ToCsv indicates an expected call of ToCsv.

type MockIAddress

type MockIAddress struct {
	// contains filtered or unexported fields
}

MockIAddress is a mock of IAddress interface.

func NewMockIAddress

func NewMockIAddress(ctrl *gomock.Controller) *MockIAddress

NewMockIAddress creates a new mock instance.

func (*MockIAddress) ByHash

func (m *MockIAddress) ByHash(ctx context.Context, hash []byte) (storage.Address, error)

ByHash mocks base method.

func (*MockIAddress) CursorList

func (m *MockIAddress) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Address, error)

CursorList mocks base method.

func (*MockIAddress) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIAddress) GetByID

func (m *MockIAddress) GetByID(ctx context.Context, id uint64) (*storage.Address, error)

GetByID mocks base method.

func (*MockIAddress) IsNoRows

func (m *MockIAddress) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIAddress) LastID

func (m *MockIAddress) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIAddress) List

func (m *MockIAddress) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Address, error)

List mocks base method.

func (*MockIAddress) ListWithBalance

func (m *MockIAddress) ListWithBalance(ctx context.Context, filters storage.AddressListFilter) ([]storage.Address, error)

ListWithBalance mocks base method.

func (*MockIAddress) Save

func (m_2 *MockIAddress) Save(ctx context.Context, m *storage.Address) error

Save mocks base method.

func (*MockIAddress) Update

func (m_2 *MockIAddress) Update(ctx context.Context, m *storage.Address) error

Update mocks base method.

type MockIAddressMockRecorder

type MockIAddressMockRecorder struct {
	// contains filtered or unexported fields
}

MockIAddressMockRecorder is the mock recorder for MockIAddress.

func (*MockIAddressMockRecorder) ByHash

func (mr *MockIAddressMockRecorder) ByHash(ctx, hash any) *IAddressByHashCall

ByHash indicates an expected call of ByHash.

func (*MockIAddressMockRecorder) CursorList

func (mr *MockIAddressMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IAddressCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIAddressMockRecorder) GetByID

func (mr *MockIAddressMockRecorder) GetByID(ctx, id any) *IAddressGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIAddressMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIAddressMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIAddressMockRecorder) List

func (mr *MockIAddressMockRecorder) List(ctx, limit, offset, order any) *IAddressListCall

List indicates an expected call of List.

func (*MockIAddressMockRecorder) ListWithBalance

func (mr *MockIAddressMockRecorder) ListWithBalance(ctx, filters any) *IAddressListWithBalanceCall

ListWithBalance indicates an expected call of ListWithBalance.

func (*MockIAddressMockRecorder) Save

func (mr *MockIAddressMockRecorder) Save(ctx, m any) *IAddressSaveCall

Save indicates an expected call of Save.

func (*MockIAddressMockRecorder) Update

func (mr *MockIAddressMockRecorder) Update(ctx, m any) *IAddressUpdateCall

Update indicates an expected call of Update.

type MockIBalance

type MockIBalance struct {
	// contains filtered or unexported fields
}

MockIBalance is a mock of IBalance interface.

func NewMockIBalance

func NewMockIBalance(ctrl *gomock.Controller) *MockIBalance

NewMockIBalance creates a new mock instance.

func (*MockIBalance) CursorList

func (m *MockIBalance) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Balance, error)

CursorList mocks base method.

func (*MockIBalance) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIBalance) GetByID

func (m *MockIBalance) GetByID(ctx context.Context, id uint64) (*storage.Balance, error)

GetByID mocks base method.

func (*MockIBalance) IsNoRows

func (m *MockIBalance) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIBalance) LastID

func (m *MockIBalance) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIBalance) List

func (m *MockIBalance) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Balance, error)

List mocks base method.

func (*MockIBalance) Save

func (m_2 *MockIBalance) Save(ctx context.Context, m *storage.Balance) error

Save mocks base method.

func (*MockIBalance) Update

func (m_2 *MockIBalance) Update(ctx context.Context, m *storage.Balance) error

Update mocks base method.

type MockIBalanceMockRecorder

type MockIBalanceMockRecorder struct {
	// contains filtered or unexported fields
}

MockIBalanceMockRecorder is the mock recorder for MockIBalance.

func (*MockIBalanceMockRecorder) CursorList

func (mr *MockIBalanceMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IBalanceCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBalanceMockRecorder) GetByID

func (mr *MockIBalanceMockRecorder) GetByID(ctx, id any) *IBalanceGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIBalanceMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBalanceMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIBalanceMockRecorder) List

func (mr *MockIBalanceMockRecorder) List(ctx, limit, offset, order any) *IBalanceListCall

List indicates an expected call of List.

func (*MockIBalanceMockRecorder) Save

func (mr *MockIBalanceMockRecorder) Save(ctx, m any) *IBalanceSaveCall

Save indicates an expected call of Save.

func (*MockIBalanceMockRecorder) Update

func (mr *MockIBalanceMockRecorder) Update(ctx, m any) *IBalanceUpdateCall

Update indicates an expected call of Update.

type MockIBlobLog added in v1.2.0

type MockIBlobLog struct {
	// contains filtered or unexported fields
}

MockIBlobLog is a mock of IBlobLog interface.

func NewMockIBlobLog added in v1.2.0

func NewMockIBlobLog(ctrl *gomock.Controller) *MockIBlobLog

NewMockIBlobLog creates a new mock instance.

func (*MockIBlobLog) ByHeight added in v1.3.2

func (m *MockIBlobLog) ByHeight(ctx context.Context, height types.Level, fltrs storage.BlobLogFilters) ([]storage.BlobLog, error)

ByHeight mocks base method.

func (*MockIBlobLog) ByNamespace added in v1.2.0

func (m *MockIBlobLog) ByNamespace(ctx context.Context, nsId uint64, fltrs storage.BlobLogFilters) ([]storage.BlobLog, error)

ByNamespace mocks base method.

func (*MockIBlobLog) ByProviders added in v1.2.0

func (m *MockIBlobLog) ByProviders(ctx context.Context, providers []storage.RollupProvider, fltrs storage.BlobLogFilters) ([]storage.BlobLog, error)

ByProviders mocks base method.

func (*MockIBlobLog) BySigner added in v1.2.0

func (m *MockIBlobLog) BySigner(ctx context.Context, signerId uint64, fltrs storage.BlobLogFilters) ([]storage.BlobLog, error)

BySigner mocks base method.

func (*MockIBlobLog) ByTxId added in v1.3.2

func (m *MockIBlobLog) ByTxId(ctx context.Context, txId uint64, fltrs storage.BlobLogFilters) ([]storage.BlobLog, error)

ByTxId mocks base method.

func (*MockIBlobLog) CountByHeight added in v1.3.2

func (m *MockIBlobLog) CountByHeight(ctx context.Context, height types.Level) (int, error)

CountByHeight mocks base method.

func (*MockIBlobLog) CountByTxId added in v1.3.2

func (m *MockIBlobLog) CountByTxId(ctx context.Context, txId uint64) (int, error)

CountByTxId mocks base method.

func (*MockIBlobLog) CursorList added in v1.2.0

func (m *MockIBlobLog) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.BlobLog, error)

CursorList mocks base method.

func (*MockIBlobLog) EXPECT added in v1.2.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIBlobLog) GetByID added in v1.2.0

func (m *MockIBlobLog) GetByID(ctx context.Context, id uint64) (*storage.BlobLog, error)

GetByID mocks base method.

func (*MockIBlobLog) IsNoRows added in v1.2.0

func (m *MockIBlobLog) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIBlobLog) LastID added in v1.2.0

func (m *MockIBlobLog) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIBlobLog) List added in v1.2.0

func (m *MockIBlobLog) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.BlobLog, error)

List mocks base method.

func (*MockIBlobLog) Save added in v1.2.0

func (m_2 *MockIBlobLog) Save(ctx context.Context, m *storage.BlobLog) error

Save mocks base method.

func (*MockIBlobLog) Update added in v1.2.0

func (m_2 *MockIBlobLog) Update(ctx context.Context, m *storage.BlobLog) error

Update mocks base method.

type MockIBlobLogMockRecorder added in v1.2.0

type MockIBlobLogMockRecorder struct {
	// contains filtered or unexported fields
}

MockIBlobLogMockRecorder is the mock recorder for MockIBlobLog.

func (*MockIBlobLogMockRecorder) ByHeight added in v1.3.2

func (mr *MockIBlobLogMockRecorder) ByHeight(ctx, height, fltrs any) *IBlobLogByHeightCall

ByHeight indicates an expected call of ByHeight.

func (*MockIBlobLogMockRecorder) ByNamespace added in v1.2.0

func (mr *MockIBlobLogMockRecorder) ByNamespace(ctx, nsId, fltrs any) *IBlobLogByNamespaceCall

ByNamespace indicates an expected call of ByNamespace.

func (*MockIBlobLogMockRecorder) ByProviders added in v1.2.0

func (mr *MockIBlobLogMockRecorder) ByProviders(ctx, providers, fltrs any) *IBlobLogByProvidersCall

ByProviders indicates an expected call of ByProviders.

func (*MockIBlobLogMockRecorder) BySigner added in v1.2.0

func (mr *MockIBlobLogMockRecorder) BySigner(ctx, signerId, fltrs any) *IBlobLogBySignerCall

BySigner indicates an expected call of BySigner.

func (*MockIBlobLogMockRecorder) ByTxId added in v1.3.2

func (mr *MockIBlobLogMockRecorder) ByTxId(ctx, txId, fltrs any) *IBlobLogByTxIdCall

ByTxId indicates an expected call of ByTxId.

func (*MockIBlobLogMockRecorder) CountByHeight added in v1.3.2

func (mr *MockIBlobLogMockRecorder) CountByHeight(ctx, height any) *IBlobLogCountByHeightCall

CountByHeight indicates an expected call of CountByHeight.

func (*MockIBlobLogMockRecorder) CountByTxId added in v1.3.2

func (mr *MockIBlobLogMockRecorder) CountByTxId(ctx, txId any) *IBlobLogCountByTxIdCall

CountByTxId indicates an expected call of CountByTxId.

func (*MockIBlobLogMockRecorder) CursorList added in v1.2.0

func (mr *MockIBlobLogMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IBlobLogCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBlobLogMockRecorder) GetByID added in v1.2.0

func (mr *MockIBlobLogMockRecorder) GetByID(ctx, id any) *IBlobLogGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIBlobLogMockRecorder) IsNoRows added in v1.2.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBlobLogMockRecorder) LastID added in v1.2.0

LastID indicates an expected call of LastID.

func (*MockIBlobLogMockRecorder) List added in v1.2.0

func (mr *MockIBlobLogMockRecorder) List(ctx, limit, offset, order any) *IBlobLogListCall

List indicates an expected call of List.

func (*MockIBlobLogMockRecorder) Save added in v1.2.0

func (mr *MockIBlobLogMockRecorder) Save(ctx, m any) *IBlobLogSaveCall

Save indicates an expected call of Save.

func (*MockIBlobLogMockRecorder) Update added in v1.2.0

func (mr *MockIBlobLogMockRecorder) Update(ctx, m any) *IBlobLogUpdateCall

Update indicates an expected call of Update.

type MockIBlock

type MockIBlock struct {
	// contains filtered or unexported fields
}

MockIBlock is a mock of IBlock interface.

func NewMockIBlock

func NewMockIBlock(ctrl *gomock.Controller) *MockIBlock

NewMockIBlock creates a new mock instance.

func (*MockIBlock) ByHash

func (m *MockIBlock) ByHash(ctx context.Context, hash []byte) (storage.Block, error)

ByHash mocks base method.

func (*MockIBlock) ByHeight

func (m *MockIBlock) ByHeight(ctx context.Context, height types.Level) (storage.Block, error)

ByHeight mocks base method.

func (*MockIBlock) ByHeightWithStats

func (m *MockIBlock) ByHeightWithStats(ctx context.Context, height types.Level) (storage.Block, error)

ByHeightWithStats mocks base method.

func (*MockIBlock) ByIdWithRelations

func (m *MockIBlock) ByIdWithRelations(ctx context.Context, id uint64) (storage.Block, error)

ByIdWithRelations mocks base method.

func (*MockIBlock) ByProposer added in v1.4.0

func (m *MockIBlock) ByProposer(ctx context.Context, proposerId uint64, limit, offset int) ([]storage.Block, error)

ByProposer mocks base method.

func (*MockIBlock) CursorList

func (m *MockIBlock) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Block, error)

CursorList mocks base method.

func (*MockIBlock) EXPECT

func (m *MockIBlock) EXPECT() *MockIBlockMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIBlock) GetByID

func (m *MockIBlock) GetByID(ctx context.Context, id uint64) (*storage.Block, error)

GetByID mocks base method.

func (*MockIBlock) IsNoRows

func (m *MockIBlock) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIBlock) Last

func (m *MockIBlock) Last(ctx context.Context) (storage.Block, error)

Last mocks base method.

func (*MockIBlock) LastID

func (m *MockIBlock) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIBlock) List

func (m *MockIBlock) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Block, error)

List mocks base method.

func (*MockIBlock) ListWithStats

func (m *MockIBlock) ListWithStats(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Block, error)

ListWithStats mocks base method.

func (*MockIBlock) Save

func (m_2 *MockIBlock) Save(ctx context.Context, m *storage.Block) error

Save mocks base method.

func (*MockIBlock) Time added in v1.5.0

func (m *MockIBlock) Time(ctx context.Context, height types.Level) (time.Time, error)

Time mocks base method.

func (*MockIBlock) Update

func (m_2 *MockIBlock) Update(ctx context.Context, m *storage.Block) error

Update mocks base method.

type MockIBlockMockRecorder

type MockIBlockMockRecorder struct {
	// contains filtered or unexported fields
}

MockIBlockMockRecorder is the mock recorder for MockIBlock.

func (*MockIBlockMockRecorder) ByHash

func (mr *MockIBlockMockRecorder) ByHash(ctx, hash any) *IBlockByHashCall

ByHash indicates an expected call of ByHash.

func (*MockIBlockMockRecorder) ByHeight

func (mr *MockIBlockMockRecorder) ByHeight(ctx, height any) *IBlockByHeightCall

ByHeight indicates an expected call of ByHeight.

func (*MockIBlockMockRecorder) ByHeightWithStats

func (mr *MockIBlockMockRecorder) ByHeightWithStats(ctx, height any) *IBlockByHeightWithStatsCall

ByHeightWithStats indicates an expected call of ByHeightWithStats.

func (*MockIBlockMockRecorder) ByIdWithRelations

func (mr *MockIBlockMockRecorder) ByIdWithRelations(ctx, id any) *IBlockByIdWithRelationsCall

ByIdWithRelations indicates an expected call of ByIdWithRelations.

func (*MockIBlockMockRecorder) ByProposer added in v1.4.0

func (mr *MockIBlockMockRecorder) ByProposer(ctx, proposerId, limit, offset any) *IBlockByProposerCall

ByProposer indicates an expected call of ByProposer.

func (*MockIBlockMockRecorder) CursorList

func (mr *MockIBlockMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IBlockCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBlockMockRecorder) GetByID

func (mr *MockIBlockMockRecorder) GetByID(ctx, id any) *IBlockGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIBlockMockRecorder) IsNoRows

func (mr *MockIBlockMockRecorder) IsNoRows(err any) *IBlockIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBlockMockRecorder) Last

func (mr *MockIBlockMockRecorder) Last(ctx any) *IBlockLastCall

Last indicates an expected call of Last.

func (*MockIBlockMockRecorder) LastID

func (mr *MockIBlockMockRecorder) LastID(ctx any) *IBlockLastIDCall

LastID indicates an expected call of LastID.

func (*MockIBlockMockRecorder) List

func (mr *MockIBlockMockRecorder) List(ctx, limit, offset, order any) *IBlockListCall

List indicates an expected call of List.

func (*MockIBlockMockRecorder) ListWithStats

func (mr *MockIBlockMockRecorder) ListWithStats(ctx, limit, offset, order any) *IBlockListWithStatsCall

ListWithStats indicates an expected call of ListWithStats.

func (*MockIBlockMockRecorder) Save

func (mr *MockIBlockMockRecorder) Save(ctx, m any) *IBlockSaveCall

Save indicates an expected call of Save.

func (*MockIBlockMockRecorder) Time added in v1.5.0

func (mr *MockIBlockMockRecorder) Time(ctx, height any) *IBlockTimeCall

Time indicates an expected call of Time.

func (*MockIBlockMockRecorder) Update

func (mr *MockIBlockMockRecorder) Update(ctx, m any) *IBlockUpdateCall

Update indicates an expected call of Update.

type MockIBlockSignature added in v1.4.0

type MockIBlockSignature struct {
	// contains filtered or unexported fields
}

MockIBlockSignature is a mock of IBlockSignature interface.

func NewMockIBlockSignature added in v1.4.0

func NewMockIBlockSignature(ctrl *gomock.Controller) *MockIBlockSignature

NewMockIBlockSignature creates a new mock instance.

func (*MockIBlockSignature) CursorList added in v1.4.0

func (m *MockIBlockSignature) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.BlockSignature, error)

CursorList mocks base method.

func (*MockIBlockSignature) EXPECT added in v1.4.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIBlockSignature) GetByID added in v1.4.0

GetByID mocks base method.

func (*MockIBlockSignature) IsNoRows added in v1.4.0

func (m *MockIBlockSignature) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIBlockSignature) LastID added in v1.4.0

func (m *MockIBlockSignature) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIBlockSignature) LevelsByValidator added in v1.4.0

func (m *MockIBlockSignature) LevelsByValidator(ctx context.Context, validatorId uint64, startHeight types.Level) ([]types.Level, error)

LevelsByValidator mocks base method.

func (*MockIBlockSignature) List added in v1.4.0

func (m *MockIBlockSignature) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.BlockSignature, error)

List mocks base method.

func (*MockIBlockSignature) Save added in v1.4.0

Save mocks base method.

func (*MockIBlockSignature) Update added in v1.4.0

Update mocks base method.

type MockIBlockSignatureMockRecorder added in v1.4.0

type MockIBlockSignatureMockRecorder struct {
	// contains filtered or unexported fields
}

MockIBlockSignatureMockRecorder is the mock recorder for MockIBlockSignature.

func (*MockIBlockSignatureMockRecorder) CursorList added in v1.4.0

func (mr *MockIBlockSignatureMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IBlockSignatureCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBlockSignatureMockRecorder) GetByID added in v1.4.0

GetByID indicates an expected call of GetByID.

func (*MockIBlockSignatureMockRecorder) IsNoRows added in v1.4.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBlockSignatureMockRecorder) LastID added in v1.4.0

LastID indicates an expected call of LastID.

func (*MockIBlockSignatureMockRecorder) LevelsByValidator added in v1.4.0

func (mr *MockIBlockSignatureMockRecorder) LevelsByValidator(ctx, validatorId, startHeight any) *IBlockSignatureLevelsByValidatorCall

LevelsByValidator indicates an expected call of LevelsByValidator.

func (*MockIBlockSignatureMockRecorder) List added in v1.4.0

func (mr *MockIBlockSignatureMockRecorder) List(ctx, limit, offset, order any) *IBlockSignatureListCall

List indicates an expected call of List.

func (*MockIBlockSignatureMockRecorder) Save added in v1.4.0

Save indicates an expected call of Save.

func (*MockIBlockSignatureMockRecorder) Update added in v1.4.0

Update indicates an expected call of Update.

type MockIBlockStats

type MockIBlockStats struct {
	// contains filtered or unexported fields
}

MockIBlockStats is a mock of IBlockStats interface.

func NewMockIBlockStats

func NewMockIBlockStats(ctrl *gomock.Controller) *MockIBlockStats

NewMockIBlockStats creates a new mock instance.

func (*MockIBlockStats) ByHeight

func (m *MockIBlockStats) ByHeight(ctx context.Context, height types.Level) (storage.BlockStats, error)

ByHeight mocks base method.

func (*MockIBlockStats) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIBlockStats) LastFrom added in v1.1.0

func (m *MockIBlockStats) LastFrom(ctx context.Context, head types.Level, limit int) ([]storage.BlockStats, error)

LastFrom mocks base method.

type MockIBlockStatsMockRecorder

type MockIBlockStatsMockRecorder struct {
	// contains filtered or unexported fields
}

MockIBlockStatsMockRecorder is the mock recorder for MockIBlockStats.

func (*MockIBlockStatsMockRecorder) ByHeight

func (mr *MockIBlockStatsMockRecorder) ByHeight(ctx, height any) *IBlockStatsByHeightCall

ByHeight indicates an expected call of ByHeight.

func (*MockIBlockStatsMockRecorder) LastFrom added in v1.1.0

func (mr *MockIBlockStatsMockRecorder) LastFrom(ctx, head, limit any) *IBlockStatsLastFromCall

LastFrom indicates an expected call of LastFrom.

type MockIConstant

type MockIConstant struct {
	// contains filtered or unexported fields
}

MockIConstant is a mock of IConstant interface.

func NewMockIConstant

func NewMockIConstant(ctrl *gomock.Controller) *MockIConstant

NewMockIConstant creates a new mock instance.

func (*MockIConstant) All

All mocks base method.

func (*MockIConstant) ByModule

func (m *MockIConstant) ByModule(ctx context.Context, module types.ModuleName) ([]storage.Constant, error)

ByModule mocks base method.

func (*MockIConstant) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIConstant) Get

func (m *MockIConstant) Get(ctx context.Context, module types.ModuleName, name string) (storage.Constant, error)

Get mocks base method.

type MockIConstantMockRecorder

type MockIConstantMockRecorder struct {
	// contains filtered or unexported fields
}

MockIConstantMockRecorder is the mock recorder for MockIConstant.

func (*MockIConstantMockRecorder) All

All indicates an expected call of All.

func (*MockIConstantMockRecorder) ByModule

func (mr *MockIConstantMockRecorder) ByModule(ctx, module any) *IConstantByModuleCall

ByModule indicates an expected call of ByModule.

func (*MockIConstantMockRecorder) Get

func (mr *MockIConstantMockRecorder) Get(ctx, module, name any) *IConstantGetCall

Get indicates an expected call of Get.

type MockIDelegation added in v1.6.0

type MockIDelegation struct {
	// contains filtered or unexported fields
}

MockIDelegation is a mock of IDelegation interface.

func NewMockIDelegation added in v1.6.0

func NewMockIDelegation(ctrl *gomock.Controller) *MockIDelegation

NewMockIDelegation creates a new mock instance.

func (*MockIDelegation) ByAddress added in v1.6.0

func (m *MockIDelegation) ByAddress(ctx context.Context, addressId uint64, limit, offset int) ([]storage.Delegation, error)

ByAddress mocks base method.

func (*MockIDelegation) ByValidator added in v1.6.0

func (m *MockIDelegation) ByValidator(ctx context.Context, validatorId uint64, limit, offset int) ([]storage.Delegation, error)

ByValidator mocks base method.

func (*MockIDelegation) CursorList added in v1.6.0

func (m *MockIDelegation) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Delegation, error)

CursorList mocks base method.

func (*MockIDelegation) EXPECT added in v1.6.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIDelegation) GetByID added in v1.6.0

func (m *MockIDelegation) GetByID(ctx context.Context, id uint64) (*storage.Delegation, error)

GetByID mocks base method.

func (*MockIDelegation) IsNoRows added in v1.6.0

func (m *MockIDelegation) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIDelegation) LastID added in v1.6.0

func (m *MockIDelegation) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIDelegation) List added in v1.6.0

func (m *MockIDelegation) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Delegation, error)

List mocks base method.

func (*MockIDelegation) Save added in v1.6.0

Save mocks base method.

func (*MockIDelegation) Update added in v1.6.0

func (m_2 *MockIDelegation) Update(ctx context.Context, m *storage.Delegation) error

Update mocks base method.

type MockIDelegationMockRecorder added in v1.6.0

type MockIDelegationMockRecorder struct {
	// contains filtered or unexported fields
}

MockIDelegationMockRecorder is the mock recorder for MockIDelegation.

func (*MockIDelegationMockRecorder) ByAddress added in v1.6.0

func (mr *MockIDelegationMockRecorder) ByAddress(ctx, addressId, limit, offset any) *IDelegationByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockIDelegationMockRecorder) ByValidator added in v1.6.0

func (mr *MockIDelegationMockRecorder) ByValidator(ctx, validatorId, limit, offset any) *IDelegationByValidatorCall

ByValidator indicates an expected call of ByValidator.

func (*MockIDelegationMockRecorder) CursorList added in v1.6.0

func (mr *MockIDelegationMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IDelegationCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIDelegationMockRecorder) GetByID added in v1.6.0

GetByID indicates an expected call of GetByID.

func (*MockIDelegationMockRecorder) IsNoRows added in v1.6.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIDelegationMockRecorder) LastID added in v1.6.0

LastID indicates an expected call of LastID.

func (*MockIDelegationMockRecorder) List added in v1.6.0

func (mr *MockIDelegationMockRecorder) List(ctx, limit, offset, order any) *IDelegationListCall

List indicates an expected call of List.

func (*MockIDelegationMockRecorder) Save added in v1.6.0

Save indicates an expected call of Save.

func (*MockIDelegationMockRecorder) Update added in v1.6.0

Update indicates an expected call of Update.

type MockIDenomMetadata

type MockIDenomMetadata struct {
	// contains filtered or unexported fields
}

MockIDenomMetadata is a mock of IDenomMetadata interface.

func NewMockIDenomMetadata

func NewMockIDenomMetadata(ctrl *gomock.Controller) *MockIDenomMetadata

NewMockIDenomMetadata creates a new mock instance.

func (*MockIDenomMetadata) All

All mocks base method.

func (*MockIDenomMetadata) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockIDenomMetadataMockRecorder

type MockIDenomMetadataMockRecorder struct {
	// contains filtered or unexported fields
}

MockIDenomMetadataMockRecorder is the mock recorder for MockIDenomMetadata.

func (*MockIDenomMetadataMockRecorder) All

All indicates an expected call of All.

type MockIEvent

type MockIEvent struct {
	// contains filtered or unexported fields
}

MockIEvent is a mock of IEvent interface.

func NewMockIEvent

func NewMockIEvent(ctrl *gomock.Controller) *MockIEvent

NewMockIEvent creates a new mock instance.

func (*MockIEvent) ByBlock

func (m *MockIEvent) ByBlock(ctx context.Context, height types.Level, fltrs storage.EventFilter) ([]storage.Event, error)

ByBlock mocks base method.

func (*MockIEvent) ByTxId

func (m *MockIEvent) ByTxId(ctx context.Context, txId uint64, fltrs storage.EventFilter) ([]storage.Event, error)

ByTxId mocks base method.

func (*MockIEvent) CursorList

func (m *MockIEvent) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Event, error)

CursorList mocks base method.

func (*MockIEvent) EXPECT

func (m *MockIEvent) EXPECT() *MockIEventMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIEvent) GetByID

func (m *MockIEvent) GetByID(ctx context.Context, id uint64) (*storage.Event, error)

GetByID mocks base method.

func (*MockIEvent) IsNoRows

func (m *MockIEvent) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIEvent) LastID

func (m *MockIEvent) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIEvent) List

func (m *MockIEvent) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Event, error)

List mocks base method.

func (*MockIEvent) Save

func (m_2 *MockIEvent) Save(ctx context.Context, m *storage.Event) error

Save mocks base method.

func (*MockIEvent) Update

func (m_2 *MockIEvent) Update(ctx context.Context, m *storage.Event) error

Update mocks base method.

type MockIEventMockRecorder

type MockIEventMockRecorder struct {
	// contains filtered or unexported fields
}

MockIEventMockRecorder is the mock recorder for MockIEvent.

func (*MockIEventMockRecorder) ByBlock

func (mr *MockIEventMockRecorder) ByBlock(ctx, height, fltrs any) *IEventByBlockCall

ByBlock indicates an expected call of ByBlock.

func (*MockIEventMockRecorder) ByTxId

func (mr *MockIEventMockRecorder) ByTxId(ctx, txId, fltrs any) *IEventByTxIdCall

ByTxId indicates an expected call of ByTxId.

func (*MockIEventMockRecorder) CursorList

func (mr *MockIEventMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IEventCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIEventMockRecorder) GetByID

func (mr *MockIEventMockRecorder) GetByID(ctx, id any) *IEventGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIEventMockRecorder) IsNoRows

func (mr *MockIEventMockRecorder) IsNoRows(err any) *IEventIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIEventMockRecorder) LastID

func (mr *MockIEventMockRecorder) LastID(ctx any) *IEventLastIDCall

LastID indicates an expected call of LastID.

func (*MockIEventMockRecorder) List

func (mr *MockIEventMockRecorder) List(ctx, limit, offset, order any) *IEventListCall

List indicates an expected call of List.

func (*MockIEventMockRecorder) Save

func (mr *MockIEventMockRecorder) Save(ctx, m any) *IEventSaveCall

Save indicates an expected call of Save.

func (*MockIEventMockRecorder) Update

func (mr *MockIEventMockRecorder) Update(ctx, m any) *IEventUpdateCall

Update indicates an expected call of Update.

type MockIJail added in v1.6.0

type MockIJail struct {
	// contains filtered or unexported fields
}

MockIJail is a mock of IJail interface.

func NewMockIJail added in v1.6.0

func NewMockIJail(ctrl *gomock.Controller) *MockIJail

NewMockIJail creates a new mock instance.

func (*MockIJail) ByValidator added in v1.6.0

func (m *MockIJail) ByValidator(ctx context.Context, id uint64, limit, offset int) ([]storage.Jail, error)

ByValidator mocks base method.

func (*MockIJail) CursorList added in v1.6.0

func (m *MockIJail) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Jail, error)

CursorList mocks base method.

func (*MockIJail) EXPECT added in v1.6.0

func (m *MockIJail) EXPECT() *MockIJailMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIJail) GetByID added in v1.6.0

func (m *MockIJail) GetByID(ctx context.Context, id uint64) (*storage.Jail, error)

GetByID mocks base method.

func (*MockIJail) IsNoRows added in v1.6.0

func (m *MockIJail) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIJail) LastID added in v1.6.0

func (m *MockIJail) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIJail) List added in v1.6.0

func (m *MockIJail) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Jail, error)

List mocks base method.

func (*MockIJail) Save added in v1.6.0

func (m_2 *MockIJail) Save(ctx context.Context, m *storage.Jail) error

Save mocks base method.

func (*MockIJail) Update added in v1.6.0

func (m_2 *MockIJail) Update(ctx context.Context, m *storage.Jail) error

Update mocks base method.

type MockIJailMockRecorder added in v1.6.0

type MockIJailMockRecorder struct {
	// contains filtered or unexported fields
}

MockIJailMockRecorder is the mock recorder for MockIJail.

func (*MockIJailMockRecorder) ByValidator added in v1.6.0

func (mr *MockIJailMockRecorder) ByValidator(ctx, id, limit, offset any) *IJailByValidatorCall

ByValidator indicates an expected call of ByValidator.

func (*MockIJailMockRecorder) CursorList added in v1.6.0

func (mr *MockIJailMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IJailCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIJailMockRecorder) GetByID added in v1.6.0

func (mr *MockIJailMockRecorder) GetByID(ctx, id any) *IJailGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIJailMockRecorder) IsNoRows added in v1.6.0

func (mr *MockIJailMockRecorder) IsNoRows(err any) *IJailIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIJailMockRecorder) LastID added in v1.6.0

func (mr *MockIJailMockRecorder) LastID(ctx any) *IJailLastIDCall

LastID indicates an expected call of LastID.

func (*MockIJailMockRecorder) List added in v1.6.0

func (mr *MockIJailMockRecorder) List(ctx, limit, offset, order any) *IJailListCall

List indicates an expected call of List.

func (*MockIJailMockRecorder) Save added in v1.6.0

func (mr *MockIJailMockRecorder) Save(ctx, m any) *IJailSaveCall

Save indicates an expected call of Save.

func (*MockIJailMockRecorder) Update added in v1.6.0

func (mr *MockIJailMockRecorder) Update(ctx, m any) *IJailUpdateCall

Update indicates an expected call of Update.

type MockIMessage

type MockIMessage struct {
	// contains filtered or unexported fields
}

MockIMessage is a mock of IMessage interface.

func NewMockIMessage

func NewMockIMessage(ctrl *gomock.Controller) *MockIMessage

NewMockIMessage creates a new mock instance.

func (*MockIMessage) ByAddress added in v1.2.0

ByAddress mocks base method.

func (*MockIMessage) ByTxId

func (m *MockIMessage) ByTxId(ctx context.Context, txId uint64, limit, offset int) ([]storage.Message, error)

ByTxId mocks base method.

func (*MockIMessage) CursorList

func (m *MockIMessage) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Message, error)

CursorList mocks base method.

func (*MockIMessage) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIMessage) GetByID

func (m *MockIMessage) GetByID(ctx context.Context, id uint64) (*storage.Message, error)

GetByID mocks base method.

func (*MockIMessage) IsNoRows

func (m *MockIMessage) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIMessage) LastID

func (m *MockIMessage) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIMessage) List

func (m *MockIMessage) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Message, error)

List mocks base method.

func (*MockIMessage) ListWithTx added in v1.0.4

ListWithTx mocks base method.

func (*MockIMessage) Save

func (m_2 *MockIMessage) Save(ctx context.Context, m *storage.Message) error

Save mocks base method.

func (*MockIMessage) Update

func (m_2 *MockIMessage) Update(ctx context.Context, m *storage.Message) error

Update mocks base method.

type MockIMessageMockRecorder

type MockIMessageMockRecorder struct {
	// contains filtered or unexported fields
}

MockIMessageMockRecorder is the mock recorder for MockIMessage.

func (*MockIMessageMockRecorder) ByAddress added in v1.2.0

func (mr *MockIMessageMockRecorder) ByAddress(ctx, id, filters any) *IMessageByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockIMessageMockRecorder) ByTxId

func (mr *MockIMessageMockRecorder) ByTxId(ctx, txId, limit, offset any) *IMessageByTxIdCall

ByTxId indicates an expected call of ByTxId.

func (*MockIMessageMockRecorder) CursorList

func (mr *MockIMessageMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IMessageCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIMessageMockRecorder) GetByID

func (mr *MockIMessageMockRecorder) GetByID(ctx, id any) *IMessageGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIMessageMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIMessageMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIMessageMockRecorder) List

func (mr *MockIMessageMockRecorder) List(ctx, limit, offset, order any) *IMessageListCall

List indicates an expected call of List.

func (*MockIMessageMockRecorder) ListWithTx added in v1.0.4

func (mr *MockIMessageMockRecorder) ListWithTx(ctx, filters any) *IMessageListWithTxCall

ListWithTx indicates an expected call of ListWithTx.

func (*MockIMessageMockRecorder) Save

func (mr *MockIMessageMockRecorder) Save(ctx, m any) *IMessageSaveCall

Save indicates an expected call of Save.

func (*MockIMessageMockRecorder) Update

func (mr *MockIMessageMockRecorder) Update(ctx, m any) *IMessageUpdateCall

Update indicates an expected call of Update.

type MockINamespace

type MockINamespace struct {
	// contains filtered or unexported fields
}

MockINamespace is a mock of INamespace interface.

func NewMockINamespace

func NewMockINamespace(ctrl *gomock.Controller) *MockINamespace

NewMockINamespace creates a new mock instance.

func (*MockINamespace) ByNamespaceId

func (m *MockINamespace) ByNamespaceId(ctx context.Context, namespaceId []byte) ([]storage.Namespace, error)

ByNamespaceId mocks base method.

func (*MockINamespace) ByNamespaceIdAndVersion

func (m *MockINamespace) ByNamespaceIdAndVersion(ctx context.Context, namespaceId []byte, version byte) (storage.Namespace, error)

ByNamespaceIdAndVersion mocks base method.

func (*MockINamespace) CountMessagesByHeight

func (m *MockINamespace) CountMessagesByHeight(ctx context.Context, height types.Level) (int, error)

CountMessagesByHeight mocks base method.

func (*MockINamespace) CountMessagesByTxId added in v1.1.5

func (m *MockINamespace) CountMessagesByTxId(ctx context.Context, txId uint64) (int, error)

CountMessagesByTxId mocks base method.

func (*MockINamespace) CursorList

func (m *MockINamespace) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Namespace, error)

CursorList mocks base method.

func (*MockINamespace) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockINamespace) GetByID

func (m *MockINamespace) GetByID(ctx context.Context, id uint64) (*storage.Namespace, error)

GetByID mocks base method.

func (*MockINamespace) GetByIds added in v1.2.0

func (m *MockINamespace) GetByIds(ctx context.Context, ids ...uint64) ([]storage.Namespace, error)

GetByIds mocks base method.

func (*MockINamespace) IsNoRows

func (m *MockINamespace) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockINamespace) LastID

func (m *MockINamespace) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockINamespace) List

func (m *MockINamespace) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Namespace, error)

List mocks base method.

func (*MockINamespace) ListWithSort added in v1.1.2

func (m *MockINamespace) ListWithSort(ctx context.Context, sortField string, sort storage0.SortOrder, limit, offset int) ([]storage.Namespace, error)

ListWithSort mocks base method.

func (*MockINamespace) Messages

func (m *MockINamespace) Messages(ctx context.Context, id uint64, limit, offset int) ([]storage.NamespaceMessage, error)

Messages mocks base method.

func (*MockINamespace) MessagesByHeight

func (m *MockINamespace) MessagesByHeight(ctx context.Context, height types.Level, limit, offset int) ([]storage.NamespaceMessage, error)

MessagesByHeight mocks base method.

func (*MockINamespace) MessagesByTxId added in v1.1.5

func (m *MockINamespace) MessagesByTxId(ctx context.Context, txId uint64, limit, offset int) ([]storage.NamespaceMessage, error)

MessagesByTxId mocks base method.

func (*MockINamespace) Save

func (m_2 *MockINamespace) Save(ctx context.Context, m *storage.Namespace) error

Save mocks base method.

func (*MockINamespace) Update

func (m_2 *MockINamespace) Update(ctx context.Context, m *storage.Namespace) error

Update mocks base method.

type MockINamespaceMockRecorder

type MockINamespaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockINamespaceMockRecorder is the mock recorder for MockINamespace.

func (*MockINamespaceMockRecorder) ByNamespaceId

func (mr *MockINamespaceMockRecorder) ByNamespaceId(ctx, namespaceId any) *INamespaceByNamespaceIdCall

ByNamespaceId indicates an expected call of ByNamespaceId.

func (*MockINamespaceMockRecorder) ByNamespaceIdAndVersion

func (mr *MockINamespaceMockRecorder) ByNamespaceIdAndVersion(ctx, namespaceId, version any) *INamespaceByNamespaceIdAndVersionCall

ByNamespaceIdAndVersion indicates an expected call of ByNamespaceIdAndVersion.

func (*MockINamespaceMockRecorder) CountMessagesByHeight

func (mr *MockINamespaceMockRecorder) CountMessagesByHeight(ctx, height any) *INamespaceCountMessagesByHeightCall

CountMessagesByHeight indicates an expected call of CountMessagesByHeight.

func (*MockINamespaceMockRecorder) CountMessagesByTxId added in v1.1.5

func (mr *MockINamespaceMockRecorder) CountMessagesByTxId(ctx, txId any) *INamespaceCountMessagesByTxIdCall

CountMessagesByTxId indicates an expected call of CountMessagesByTxId.

func (*MockINamespaceMockRecorder) CursorList

func (mr *MockINamespaceMockRecorder) CursorList(ctx, id, limit, order, cmp any) *INamespaceCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockINamespaceMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockINamespaceMockRecorder) GetByIds added in v1.2.0

func (mr *MockINamespaceMockRecorder) GetByIds(ctx any, ids ...any) *INamespaceGetByIdsCall

GetByIds indicates an expected call of GetByIds.

func (*MockINamespaceMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockINamespaceMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockINamespaceMockRecorder) List

func (mr *MockINamespaceMockRecorder) List(ctx, limit, offset, order any) *INamespaceListCall

List indicates an expected call of List.

func (*MockINamespaceMockRecorder) ListWithSort added in v1.1.2

func (mr *MockINamespaceMockRecorder) ListWithSort(ctx, sortField, sort, limit, offset any) *INamespaceListWithSortCall

ListWithSort indicates an expected call of ListWithSort.

func (*MockINamespaceMockRecorder) Messages

func (mr *MockINamespaceMockRecorder) Messages(ctx, id, limit, offset any) *INamespaceMessagesCall

Messages indicates an expected call of Messages.

func (*MockINamespaceMockRecorder) MessagesByHeight

func (mr *MockINamespaceMockRecorder) MessagesByHeight(ctx, height, limit, offset any) *INamespaceMessagesByHeightCall

MessagesByHeight indicates an expected call of MessagesByHeight.

func (*MockINamespaceMockRecorder) MessagesByTxId added in v1.1.5

func (mr *MockINamespaceMockRecorder) MessagesByTxId(ctx, txId, limit, offset any) *INamespaceMessagesByTxIdCall

MessagesByTxId indicates an expected call of MessagesByTxId.

func (*MockINamespaceMockRecorder) Save

Save indicates an expected call of Save.

func (*MockINamespaceMockRecorder) Update

Update indicates an expected call of Update.

type MockIPrice added in v1.2.0

type MockIPrice struct {
	// contains filtered or unexported fields
}

MockIPrice is a mock of IPrice interface.

func NewMockIPrice added in v1.2.0

func NewMockIPrice(ctrl *gomock.Controller) *MockIPrice

NewMockIPrice creates a new mock instance.

func (*MockIPrice) EXPECT added in v1.2.0

func (m *MockIPrice) EXPECT() *MockIPriceMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIPrice) Get added in v1.2.0

func (m *MockIPrice) Get(ctx context.Context, timeframe string, start, end time.Time, limit int) ([]storage.Price, error)

Get mocks base method.

func (*MockIPrice) Last added in v1.2.0

func (m *MockIPrice) Last(ctx context.Context) (storage.Price, error)

Last mocks base method.

func (*MockIPrice) Save added in v1.2.0

func (m *MockIPrice) Save(ctx context.Context, price *storage.Price) error

Save mocks base method.

type MockIPriceMockRecorder added in v1.2.0

type MockIPriceMockRecorder struct {
	// contains filtered or unexported fields
}

MockIPriceMockRecorder is the mock recorder for MockIPrice.

func (*MockIPriceMockRecorder) Get added in v1.2.0

func (mr *MockIPriceMockRecorder) Get(ctx, timeframe, start, end, limit any) *IPriceGetCall

Get indicates an expected call of Get.

func (*MockIPriceMockRecorder) Last added in v1.2.0

func (mr *MockIPriceMockRecorder) Last(ctx any) *IPriceLastCall

Last indicates an expected call of Last.

func (*MockIPriceMockRecorder) Save added in v1.2.0

func (mr *MockIPriceMockRecorder) Save(ctx, price any) *IPriceSaveCall

Save indicates an expected call of Save.

type MockIRedelegation added in v1.6.0

type MockIRedelegation struct {
	// contains filtered or unexported fields
}

MockIRedelegation is a mock of IRedelegation interface.

func NewMockIRedelegation added in v1.6.0

func NewMockIRedelegation(ctrl *gomock.Controller) *MockIRedelegation

NewMockIRedelegation creates a new mock instance.

func (*MockIRedelegation) ByAddress added in v1.6.0

func (m *MockIRedelegation) ByAddress(ctx context.Context, addressId uint64, limit, offset int) ([]storage.Redelegation, error)

ByAddress mocks base method.

func (*MockIRedelegation) CursorList added in v1.6.0

func (m *MockIRedelegation) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Redelegation, error)

CursorList mocks base method.

func (*MockIRedelegation) EXPECT added in v1.6.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIRedelegation) GetByID added in v1.6.0

GetByID mocks base method.

func (*MockIRedelegation) IsNoRows added in v1.6.0

func (m *MockIRedelegation) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIRedelegation) LastID added in v1.6.0

func (m *MockIRedelegation) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIRedelegation) List added in v1.6.0

func (m *MockIRedelegation) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Redelegation, error)

List mocks base method.

func (*MockIRedelegation) Save added in v1.6.0

Save mocks base method.

func (*MockIRedelegation) Update added in v1.6.0

Update mocks base method.

type MockIRedelegationMockRecorder added in v1.6.0

type MockIRedelegationMockRecorder struct {
	// contains filtered or unexported fields
}

MockIRedelegationMockRecorder is the mock recorder for MockIRedelegation.

func (*MockIRedelegationMockRecorder) ByAddress added in v1.6.0

func (mr *MockIRedelegationMockRecorder) ByAddress(ctx, addressId, limit, offset any) *IRedelegationByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockIRedelegationMockRecorder) CursorList added in v1.6.0

func (mr *MockIRedelegationMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IRedelegationCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIRedelegationMockRecorder) GetByID added in v1.6.0

GetByID indicates an expected call of GetByID.

func (*MockIRedelegationMockRecorder) IsNoRows added in v1.6.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIRedelegationMockRecorder) LastID added in v1.6.0

LastID indicates an expected call of LastID.

func (*MockIRedelegationMockRecorder) List added in v1.6.0

func (mr *MockIRedelegationMockRecorder) List(ctx, limit, offset, order any) *IRedelegationListCall

List indicates an expected call of List.

func (*MockIRedelegationMockRecorder) Save added in v1.6.0

Save indicates an expected call of Save.

func (*MockIRedelegationMockRecorder) Update added in v1.6.0

Update indicates an expected call of Update.

type MockIRollup added in v1.2.0

type MockIRollup struct {
	// contains filtered or unexported fields
}

MockIRollup is a mock of IRollup interface.

func NewMockIRollup added in v1.2.0

func NewMockIRollup(ctrl *gomock.Controller) *MockIRollup

NewMockIRollup creates a new mock instance.

func (*MockIRollup) BySlug added in v1.4.0

func (m *MockIRollup) BySlug(ctx context.Context, slug string) (storage.Rollup, error)

BySlug mocks base method.

func (*MockIRollup) Count added in v1.3.2

func (m *MockIRollup) Count(ctx context.Context) (int64, error)

Count mocks base method.

func (*MockIRollup) CursorList added in v1.2.0

func (m *MockIRollup) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Rollup, error)

CursorList mocks base method.

func (*MockIRollup) Distribution added in v1.6.1

func (m *MockIRollup) Distribution(ctx context.Context, rollupId uint64, series, groupBy string) ([]storage.DistributionItem, error)

Distribution mocks base method.

func (*MockIRollup) EXPECT added in v1.2.0

func (m *MockIRollup) EXPECT() *MockIRollupMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIRollup) GetByID added in v1.2.0

func (m *MockIRollup) GetByID(ctx context.Context, id uint64) (*storage.Rollup, error)

GetByID mocks base method.

func (*MockIRollup) IsNoRows added in v1.2.0

func (m *MockIRollup) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIRollup) LastID added in v1.2.0

func (m *MockIRollup) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIRollup) Leaderboard added in v1.2.0

func (m *MockIRollup) Leaderboard(ctx context.Context, sortField string, sort storage0.SortOrder, limit, offset int) ([]storage.RollupWithStats, error)

Leaderboard mocks base method.

func (*MockIRollup) List added in v1.2.0

func (m *MockIRollup) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Rollup, error)

List mocks base method.

func (*MockIRollup) Namespaces added in v1.2.0

func (m *MockIRollup) Namespaces(ctx context.Context, rollupId uint64, limit, offset int) ([]uint64, error)

Namespaces mocks base method.

func (*MockIRollup) Providers added in v1.2.0

func (m *MockIRollup) Providers(ctx context.Context, rollupId uint64) ([]storage.RollupProvider, error)

Providers mocks base method.

func (*MockIRollup) RollupsByNamespace added in v1.5.0

func (m *MockIRollup) RollupsByNamespace(ctx context.Context, namespaceId uint64, limit, offset int) ([]storage.Rollup, error)

RollupsByNamespace mocks base method.

func (*MockIRollup) Save added in v1.2.0

func (m_2 *MockIRollup) Save(ctx context.Context, m *storage.Rollup) error

Save mocks base method.

func (*MockIRollup) Series added in v1.3.2

func (m *MockIRollup) Series(ctx context.Context, rollupId uint64, timeframe, column string, req storage.SeriesRequest) ([]storage.HistogramItem, error)

Series mocks base method.

func (*MockIRollup) Stats added in v1.2.0

func (m *MockIRollup) Stats(ctx context.Context, rollupId uint64) (storage.RollupStats, error)

Stats mocks base method.

func (*MockIRollup) Update added in v1.2.0

func (m_2 *MockIRollup) Update(ctx context.Context, m *storage.Rollup) error

Update mocks base method.

type MockIRollupMockRecorder added in v1.2.0

type MockIRollupMockRecorder struct {
	// contains filtered or unexported fields
}

MockIRollupMockRecorder is the mock recorder for MockIRollup.

func (*MockIRollupMockRecorder) BySlug added in v1.4.0

func (mr *MockIRollupMockRecorder) BySlug(ctx, slug any) *IRollupBySlugCall

BySlug indicates an expected call of BySlug.

func (*MockIRollupMockRecorder) Count added in v1.3.2

Count indicates an expected call of Count.

func (*MockIRollupMockRecorder) CursorList added in v1.2.0

func (mr *MockIRollupMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IRollupCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIRollupMockRecorder) Distribution added in v1.6.1

func (mr *MockIRollupMockRecorder) Distribution(ctx, rollupId, series, groupBy any) *IRollupDistributionCall

Distribution indicates an expected call of Distribution.

func (*MockIRollupMockRecorder) GetByID added in v1.2.0

func (mr *MockIRollupMockRecorder) GetByID(ctx, id any) *IRollupGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIRollupMockRecorder) IsNoRows added in v1.2.0

func (mr *MockIRollupMockRecorder) IsNoRows(err any) *IRollupIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIRollupMockRecorder) LastID added in v1.2.0

LastID indicates an expected call of LastID.

func (*MockIRollupMockRecorder) Leaderboard added in v1.2.0

func (mr *MockIRollupMockRecorder) Leaderboard(ctx, sortField, sort, limit, offset any) *IRollupLeaderboardCall

Leaderboard indicates an expected call of Leaderboard.

func (*MockIRollupMockRecorder) List added in v1.2.0

func (mr *MockIRollupMockRecorder) List(ctx, limit, offset, order any) *IRollupListCall

List indicates an expected call of List.

func (*MockIRollupMockRecorder) Namespaces added in v1.2.0

func (mr *MockIRollupMockRecorder) Namespaces(ctx, rollupId, limit, offset any) *IRollupNamespacesCall

Namespaces indicates an expected call of Namespaces.

func (*MockIRollupMockRecorder) Providers added in v1.2.0

func (mr *MockIRollupMockRecorder) Providers(ctx, rollupId any) *IRollupProvidersCall

Providers indicates an expected call of Providers.

func (*MockIRollupMockRecorder) RollupsByNamespace added in v1.5.0

func (mr *MockIRollupMockRecorder) RollupsByNamespace(ctx, namespaceId, limit, offset any) *IRollupRollupsByNamespaceCall

RollupsByNamespace indicates an expected call of RollupsByNamespace.

func (*MockIRollupMockRecorder) Save added in v1.2.0

func (mr *MockIRollupMockRecorder) Save(ctx, m any) *IRollupSaveCall

Save indicates an expected call of Save.

func (*MockIRollupMockRecorder) Series added in v1.3.2

func (mr *MockIRollupMockRecorder) Series(ctx, rollupId, timeframe, column, req any) *IRollupSeriesCall

Series indicates an expected call of Series.

func (*MockIRollupMockRecorder) Stats added in v1.2.0

func (mr *MockIRollupMockRecorder) Stats(ctx, rollupId any) *IRollupStatsCall

Stats indicates an expected call of Stats.

func (*MockIRollupMockRecorder) Update added in v1.2.0

func (mr *MockIRollupMockRecorder) Update(ctx, m any) *IRollupUpdateCall

Update indicates an expected call of Update.

type MockIRollupProvider added in v1.2.0

type MockIRollupProvider struct {
	// contains filtered or unexported fields
}

MockIRollupProvider is a mock of IRollupProvider interface.

func NewMockIRollupProvider added in v1.2.0

func NewMockIRollupProvider(ctrl *gomock.Controller) *MockIRollupProvider

NewMockIRollupProvider creates a new mock instance.

func (*MockIRollupProvider) CursorList added in v1.2.0

func (m *MockIRollupProvider) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.RollupProvider, error)

CursorList mocks base method.

func (*MockIRollupProvider) EXPECT added in v1.2.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIRollupProvider) GetByID added in v1.2.0

GetByID mocks base method.

func (*MockIRollupProvider) IsNoRows added in v1.2.0

func (m *MockIRollupProvider) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIRollupProvider) LastID added in v1.2.0

func (m *MockIRollupProvider) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIRollupProvider) List added in v1.2.0

func (m *MockIRollupProvider) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.RollupProvider, error)

List mocks base method.

func (*MockIRollupProvider) Save added in v1.2.0

Save mocks base method.

func (*MockIRollupProvider) Update added in v1.2.0

Update mocks base method.

type MockIRollupProviderMockRecorder added in v1.2.0

type MockIRollupProviderMockRecorder struct {
	// contains filtered or unexported fields
}

MockIRollupProviderMockRecorder is the mock recorder for MockIRollupProvider.

func (*MockIRollupProviderMockRecorder) CursorList added in v1.2.0

func (mr *MockIRollupProviderMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IRollupProviderCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIRollupProviderMockRecorder) GetByID added in v1.2.0

GetByID indicates an expected call of GetByID.

func (*MockIRollupProviderMockRecorder) IsNoRows added in v1.2.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIRollupProviderMockRecorder) LastID added in v1.2.0

LastID indicates an expected call of LastID.

func (*MockIRollupProviderMockRecorder) List added in v1.2.0

func (mr *MockIRollupProviderMockRecorder) List(ctx, limit, offset, order any) *IRollupProviderListCall

List indicates an expected call of List.

func (*MockIRollupProviderMockRecorder) Save added in v1.2.0

Save indicates an expected call of Save.

func (*MockIRollupProviderMockRecorder) Update added in v1.2.0

Update indicates an expected call of Update.

type MockISearch added in v1.4.0

type MockISearch struct {
	// contains filtered or unexported fields
}

MockISearch is a mock of ISearch interface.

func NewMockISearch added in v1.4.0

func NewMockISearch(ctrl *gomock.Controller) *MockISearch

NewMockISearch creates a new mock instance.

func (*MockISearch) EXPECT added in v1.4.0

func (m *MockISearch) EXPECT() *MockISearchMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockISearch) Search added in v1.4.0

func (m *MockISearch) Search(ctx context.Context, query []byte) ([]storage.SearchResult, error)

Search mocks base method.

func (*MockISearch) SearchText added in v1.4.0

func (m *MockISearch) SearchText(ctx context.Context, text string) ([]storage.SearchResult, error)

SearchText mocks base method.

type MockISearchMockRecorder added in v1.4.0

type MockISearchMockRecorder struct {
	// contains filtered or unexported fields
}

MockISearchMockRecorder is the mock recorder for MockISearch.

func (*MockISearchMockRecorder) Search added in v1.4.0

func (mr *MockISearchMockRecorder) Search(ctx, query any) *ISearchSearchCall

Search indicates an expected call of Search.

func (*MockISearchMockRecorder) SearchText added in v1.4.0

func (mr *MockISearchMockRecorder) SearchText(ctx, text any) *ISearchSearchTextCall

SearchText indicates an expected call of SearchText.

type MockIStakingLog added in v1.6.0

type MockIStakingLog struct {
	// contains filtered or unexported fields
}

MockIStakingLog is a mock of IStakingLog interface.

func NewMockIStakingLog added in v1.6.0

func NewMockIStakingLog(ctrl *gomock.Controller) *MockIStakingLog

NewMockIStakingLog creates a new mock instance.

func (*MockIStakingLog) ByValidator added in v1.6.0

func (m *MockIStakingLog) ByValidator(ctx context.Context, validatorId uint64, limit, offset int) ([]storage.StakingLog, error)

ByValidator mocks base method.

func (*MockIStakingLog) CursorList added in v1.6.0

func (m *MockIStakingLog) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.StakingLog, error)

CursorList mocks base method.

func (*MockIStakingLog) EXPECT added in v1.6.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStakingLog) GetByID added in v1.6.0

func (m *MockIStakingLog) GetByID(ctx context.Context, id uint64) (*storage.StakingLog, error)

GetByID mocks base method.

func (*MockIStakingLog) IsNoRows added in v1.6.0

func (m *MockIStakingLog) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIStakingLog) LastID added in v1.6.0

func (m *MockIStakingLog) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIStakingLog) List added in v1.6.0

func (m *MockIStakingLog) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.StakingLog, error)

List mocks base method.

func (*MockIStakingLog) Save added in v1.6.0

Save mocks base method.

func (*MockIStakingLog) Update added in v1.6.0

func (m_2 *MockIStakingLog) Update(ctx context.Context, m *storage.StakingLog) error

Update mocks base method.

type MockIStakingLogMockRecorder added in v1.6.0

type MockIStakingLogMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStakingLogMockRecorder is the mock recorder for MockIStakingLog.

func (*MockIStakingLogMockRecorder) ByValidator added in v1.6.0

func (mr *MockIStakingLogMockRecorder) ByValidator(ctx, validatorId, limit, offset any) *IStakingLogByValidatorCall

ByValidator indicates an expected call of ByValidator.

func (*MockIStakingLogMockRecorder) CursorList added in v1.6.0

func (mr *MockIStakingLogMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IStakingLogCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIStakingLogMockRecorder) GetByID added in v1.6.0

GetByID indicates an expected call of GetByID.

func (*MockIStakingLogMockRecorder) IsNoRows added in v1.6.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIStakingLogMockRecorder) LastID added in v1.6.0

LastID indicates an expected call of LastID.

func (*MockIStakingLogMockRecorder) List added in v1.6.0

func (mr *MockIStakingLogMockRecorder) List(ctx, limit, offset, order any) *IStakingLogListCall

List indicates an expected call of List.

func (*MockIStakingLogMockRecorder) Save added in v1.6.0

Save indicates an expected call of Save.

func (*MockIStakingLogMockRecorder) Update added in v1.6.0

Update indicates an expected call of Update.

type MockIState

type MockIState struct {
	// contains filtered or unexported fields
}

MockIState is a mock of IState interface.

func NewMockIState

func NewMockIState(ctrl *gomock.Controller) *MockIState

NewMockIState creates a new mock instance.

func (*MockIState) ByName

func (m *MockIState) ByName(ctx context.Context, name string) (storage.State, error)

ByName mocks base method.

func (*MockIState) CursorList

func (m *MockIState) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.State, error)

CursorList mocks base method.

func (*MockIState) EXPECT

func (m *MockIState) EXPECT() *MockIStateMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIState) GetByID

func (m *MockIState) GetByID(ctx context.Context, id uint64) (*storage.State, error)

GetByID mocks base method.

func (*MockIState) IsNoRows

func (m *MockIState) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIState) LastID

func (m *MockIState) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIState) List

func (m *MockIState) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.State, error)

List mocks base method.

func (*MockIState) Save

func (m_2 *MockIState) Save(ctx context.Context, m *storage.State) error

Save mocks base method.

func (*MockIState) Update

func (m_2 *MockIState) Update(ctx context.Context, m *storage.State) error

Update mocks base method.

type MockIStateMockRecorder

type MockIStateMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStateMockRecorder is the mock recorder for MockIState.

func (*MockIStateMockRecorder) ByName

func (mr *MockIStateMockRecorder) ByName(ctx, name any) *IStateByNameCall

ByName indicates an expected call of ByName.

func (*MockIStateMockRecorder) CursorList

func (mr *MockIStateMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IStateCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIStateMockRecorder) GetByID

func (mr *MockIStateMockRecorder) GetByID(ctx, id any) *IStateGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIStateMockRecorder) IsNoRows

func (mr *MockIStateMockRecorder) IsNoRows(err any) *IStateIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIStateMockRecorder) LastID

func (mr *MockIStateMockRecorder) LastID(ctx any) *IStateLastIDCall

LastID indicates an expected call of LastID.

func (*MockIStateMockRecorder) List

func (mr *MockIStateMockRecorder) List(ctx, limit, offset, order any) *IStateListCall

List indicates an expected call of List.

func (*MockIStateMockRecorder) Save

func (mr *MockIStateMockRecorder) Save(ctx, m any) *IStateSaveCall

Save indicates an expected call of Save.

func (*MockIStateMockRecorder) Update

func (mr *MockIStateMockRecorder) Update(ctx, m any) *IStateUpdateCall

Update indicates an expected call of Update.

type MockIStats

type MockIStats struct {
	// contains filtered or unexported fields
}

MockIStats is a mock of IStats interface.

func NewMockIStats

func NewMockIStats(ctrl *gomock.Controller) *MockIStats

NewMockIStats creates a new mock instance.

func (*MockIStats) Count

func (m *MockIStats) Count(ctx context.Context, req storage.CountRequest) (string, error)

Count mocks base method.

func (*MockIStats) EXPECT

func (m *MockIStats) EXPECT() *MockIStatsMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIStats) Histogram

Histogram mocks base method.

func (*MockIStats) HistogramCount

HistogramCount mocks base method.

func (*MockIStats) NamespaceSeries added in v1.1.0

func (m *MockIStats) NamespaceSeries(ctx context.Context, timeframe storage.Timeframe, name string, nsId uint64, req storage.SeriesRequest) ([]storage.SeriesItem, error)

NamespaceSeries mocks base method.

func (*MockIStats) Series added in v1.1.0

func (m *MockIStats) Series(ctx context.Context, timeframe storage.Timeframe, name string, req storage.SeriesRequest) ([]storage.SeriesItem, error)

Series mocks base method.

func (*MockIStats) StakingSeries added in v1.6.0

func (m *MockIStats) StakingSeries(ctx context.Context, timeframe storage.Timeframe, name string, validatorId uint64, req storage.SeriesRequest) ([]storage.SeriesItem, error)

StakingSeries mocks base method.

func (*MockIStats) Summary

func (m *MockIStats) Summary(ctx context.Context, req storage.SummaryRequest) (string, error)

Summary mocks base method.

func (*MockIStats) TPS added in v1.1.0

func (m *MockIStats) TPS(ctx context.Context) (storage.TPS, error)

TPS mocks base method.

func (*MockIStats) TxCountForLast24h added in v1.1.0

func (m *MockIStats) TxCountForLast24h(ctx context.Context) ([]storage.TxCountForLast24hItem, error)

TxCountForLast24h mocks base method.

type MockIStatsMockRecorder

type MockIStatsMockRecorder struct {
	// contains filtered or unexported fields
}

MockIStatsMockRecorder is the mock recorder for MockIStats.

func (*MockIStatsMockRecorder) Count

func (mr *MockIStatsMockRecorder) Count(ctx, req any) *IStatsCountCall

Count indicates an expected call of Count.

func (*MockIStatsMockRecorder) Histogram

func (mr *MockIStatsMockRecorder) Histogram(ctx, req any) *IStatsHistogramCall

Histogram indicates an expected call of Histogram.

func (*MockIStatsMockRecorder) HistogramCount

func (mr *MockIStatsMockRecorder) HistogramCount(ctx, req any) *IStatsHistogramCountCall

HistogramCount indicates an expected call of HistogramCount.

func (*MockIStatsMockRecorder) NamespaceSeries added in v1.1.0

func (mr *MockIStatsMockRecorder) NamespaceSeries(ctx, timeframe, name, nsId, req any) *IStatsNamespaceSeriesCall

NamespaceSeries indicates an expected call of NamespaceSeries.

func (*MockIStatsMockRecorder) Series added in v1.1.0

func (mr *MockIStatsMockRecorder) Series(ctx, timeframe, name, req any) *IStatsSeriesCall

Series indicates an expected call of Series.

func (*MockIStatsMockRecorder) StakingSeries added in v1.6.0

func (mr *MockIStatsMockRecorder) StakingSeries(ctx, timeframe, name, validatorId, req any) *IStatsStakingSeriesCall

StakingSeries indicates an expected call of StakingSeries.

func (*MockIStatsMockRecorder) Summary

func (mr *MockIStatsMockRecorder) Summary(ctx, req any) *IStatsSummaryCall

Summary indicates an expected call of Summary.

func (*MockIStatsMockRecorder) TPS added in v1.1.0

TPS indicates an expected call of TPS.

func (*MockIStatsMockRecorder) TxCountForLast24h added in v1.1.0

func (mr *MockIStatsMockRecorder) TxCountForLast24h(ctx any) *IStatsTxCountForLast24hCall

TxCountForLast24h indicates an expected call of TxCountForLast24h.

type MockITx

type MockITx struct {
	// contains filtered or unexported fields
}

MockITx is a mock of ITx interface.

func NewMockITx

func NewMockITx(ctrl *gomock.Controller) *MockITx

NewMockITx creates a new mock instance.

func (*MockITx) ByAddress

func (m *MockITx) ByAddress(ctx context.Context, addressId uint64, fltrs storage.TxFilter) ([]storage.Tx, error)

ByAddress mocks base method.

func (*MockITx) ByHash

func (m *MockITx) ByHash(ctx context.Context, hash []byte) (storage.Tx, error)

ByHash mocks base method.

func (*MockITx) ByIdWithRelations

func (m *MockITx) ByIdWithRelations(ctx context.Context, id uint64) (storage.Tx, error)

ByIdWithRelations mocks base method.

func (*MockITx) CursorList

func (m *MockITx) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Tx, error)

CursorList mocks base method.

func (*MockITx) EXPECT

func (m *MockITx) EXPECT() *MockITxMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockITx) Filter

func (m *MockITx) Filter(ctx context.Context, fltrs storage.TxFilter) ([]storage.Tx, error)

Filter mocks base method.

func (*MockITx) Gas added in v1.1.0

func (m *MockITx) Gas(ctx context.Context, height types.Level, ts time.Time) ([]storage.Gas, error)

Gas mocks base method.

func (*MockITx) Genesis

func (m *MockITx) Genesis(ctx context.Context, limit, offset int, sortOrder storage0.SortOrder) ([]storage.Tx, error)

Genesis mocks base method.

func (*MockITx) GetByID

func (m *MockITx) GetByID(ctx context.Context, id uint64) (*storage.Tx, error)

GetByID mocks base method.

func (*MockITx) IsNoRows

func (m *MockITx) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockITx) LastID

func (m *MockITx) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockITx) List

func (m *MockITx) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Tx, error)

List mocks base method.

func (*MockITx) Save

func (m_2 *MockITx) Save(ctx context.Context, m *storage.Tx) error

Save mocks base method.

func (*MockITx) Update

func (m_2 *MockITx) Update(ctx context.Context, m *storage.Tx) error

Update mocks base method.

type MockITxMockRecorder

type MockITxMockRecorder struct {
	// contains filtered or unexported fields
}

MockITxMockRecorder is the mock recorder for MockITx.

func (*MockITxMockRecorder) ByAddress

func (mr *MockITxMockRecorder) ByAddress(ctx, addressId, fltrs any) *ITxByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockITxMockRecorder) ByHash

func (mr *MockITxMockRecorder) ByHash(ctx, hash any) *ITxByHashCall

ByHash indicates an expected call of ByHash.

func (*MockITxMockRecorder) ByIdWithRelations

func (mr *MockITxMockRecorder) ByIdWithRelations(ctx, id any) *ITxByIdWithRelationsCall

ByIdWithRelations indicates an expected call of ByIdWithRelations.

func (*MockITxMockRecorder) CursorList

func (mr *MockITxMockRecorder) CursorList(ctx, id, limit, order, cmp any) *ITxCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockITxMockRecorder) Filter

func (mr *MockITxMockRecorder) Filter(ctx, fltrs any) *ITxFilterCall

Filter indicates an expected call of Filter.

func (*MockITxMockRecorder) Gas added in v1.1.0

func (mr *MockITxMockRecorder) Gas(ctx, height, ts any) *ITxGasCall

Gas indicates an expected call of Gas.

func (*MockITxMockRecorder) Genesis

func (mr *MockITxMockRecorder) Genesis(ctx, limit, offset, sortOrder any) *ITxGenesisCall

Genesis indicates an expected call of Genesis.

func (*MockITxMockRecorder) GetByID

func (mr *MockITxMockRecorder) GetByID(ctx, id any) *ITxGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockITxMockRecorder) IsNoRows

func (mr *MockITxMockRecorder) IsNoRows(err any) *ITxIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockITxMockRecorder) LastID

func (mr *MockITxMockRecorder) LastID(ctx any) *ITxLastIDCall

LastID indicates an expected call of LastID.

func (*MockITxMockRecorder) List

func (mr *MockITxMockRecorder) List(ctx, limit, offset, order any) *ITxListCall

List indicates an expected call of List.

func (*MockITxMockRecorder) Save

func (mr *MockITxMockRecorder) Save(ctx, m any) *ITxSaveCall

Save indicates an expected call of Save.

func (*MockITxMockRecorder) Update

func (mr *MockITxMockRecorder) Update(ctx, m any) *ITxUpdateCall

Update indicates an expected call of Update.

type MockIUndelegation added in v1.6.0

type MockIUndelegation struct {
	// contains filtered or unexported fields
}

MockIUndelegation is a mock of IUndelegation interface.

func NewMockIUndelegation added in v1.6.0

func NewMockIUndelegation(ctrl *gomock.Controller) *MockIUndelegation

NewMockIUndelegation creates a new mock instance.

func (*MockIUndelegation) ByAddress added in v1.6.0

func (m *MockIUndelegation) ByAddress(ctx context.Context, addressId uint64, limit, offset int) ([]storage.Undelegation, error)

ByAddress mocks base method.

func (*MockIUndelegation) CursorList added in v1.6.0

func (m *MockIUndelegation) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Undelegation, error)

CursorList mocks base method.

func (*MockIUndelegation) EXPECT added in v1.6.0

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIUndelegation) GetByID added in v1.6.0

GetByID mocks base method.

func (*MockIUndelegation) IsNoRows added in v1.6.0

func (m *MockIUndelegation) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIUndelegation) LastID added in v1.6.0

func (m *MockIUndelegation) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIUndelegation) List added in v1.6.0

func (m *MockIUndelegation) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Undelegation, error)

List mocks base method.

func (*MockIUndelegation) Save added in v1.6.0

Save mocks base method.

func (*MockIUndelegation) Update added in v1.6.0

Update mocks base method.

type MockIUndelegationMockRecorder added in v1.6.0

type MockIUndelegationMockRecorder struct {
	// contains filtered or unexported fields
}

MockIUndelegationMockRecorder is the mock recorder for MockIUndelegation.

func (*MockIUndelegationMockRecorder) ByAddress added in v1.6.0

func (mr *MockIUndelegationMockRecorder) ByAddress(ctx, addressId, limit, offset any) *IUndelegationByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockIUndelegationMockRecorder) CursorList added in v1.6.0

func (mr *MockIUndelegationMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IUndelegationCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIUndelegationMockRecorder) GetByID added in v1.6.0

GetByID indicates an expected call of GetByID.

func (*MockIUndelegationMockRecorder) IsNoRows added in v1.6.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIUndelegationMockRecorder) LastID added in v1.6.0

LastID indicates an expected call of LastID.

func (*MockIUndelegationMockRecorder) List added in v1.6.0

func (mr *MockIUndelegationMockRecorder) List(ctx, limit, offset, order any) *IUndelegationListCall

List indicates an expected call of List.

func (*MockIUndelegationMockRecorder) Save added in v1.6.0

Save indicates an expected call of Save.

func (*MockIUndelegationMockRecorder) Update added in v1.6.0

Update indicates an expected call of Update.

type MockIValidator

type MockIValidator struct {
	// contains filtered or unexported fields
}

MockIValidator is a mock of IValidator interface.

func NewMockIValidator

func NewMockIValidator(ctrl *gomock.Controller) *MockIValidator

NewMockIValidator creates a new mock instance.

func (*MockIValidator) ByAddress

func (m *MockIValidator) ByAddress(ctx context.Context, address string) (storage.Validator, error)

ByAddress mocks base method.

func (*MockIValidator) CursorList

func (m *MockIValidator) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Validator, error)

CursorList mocks base method.

func (*MockIValidator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockIValidator) GetByID

func (m *MockIValidator) GetByID(ctx context.Context, id uint64) (*storage.Validator, error)

GetByID mocks base method.

func (*MockIValidator) IsNoRows

func (m *MockIValidator) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIValidator) JailedCount added in v1.6.0

func (m *MockIValidator) JailedCount(ctx context.Context) (int, error)

JailedCount mocks base method.

func (*MockIValidator) LastID

func (m *MockIValidator) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIValidator) List

func (m *MockIValidator) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Validator, error)

List mocks base method.

func (*MockIValidator) ListByPower added in v1.6.0

func (m *MockIValidator) ListByPower(ctx context.Context, fltrs storage.ValidatorFilters) ([]storage.Validator, error)

ListByPower mocks base method.

func (*MockIValidator) Save

func (m_2 *MockIValidator) Save(ctx context.Context, m *storage.Validator) error

Save mocks base method.

func (*MockIValidator) TotalVotingPower added in v1.6.0

func (m *MockIValidator) TotalVotingPower(ctx context.Context) (decimal.Decimal, error)

TotalVotingPower mocks base method.

func (*MockIValidator) Update

func (m_2 *MockIValidator) Update(ctx context.Context, m *storage.Validator) error

Update mocks base method.

type MockIValidatorMockRecorder

type MockIValidatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockIValidatorMockRecorder is the mock recorder for MockIValidator.

func (*MockIValidatorMockRecorder) ByAddress

func (mr *MockIValidatorMockRecorder) ByAddress(ctx, address any) *IValidatorByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockIValidatorMockRecorder) CursorList

func (mr *MockIValidatorMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IValidatorCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIValidatorMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIValidatorMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIValidatorMockRecorder) JailedCount added in v1.6.0

JailedCount indicates an expected call of JailedCount.

func (*MockIValidatorMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIValidatorMockRecorder) List

func (mr *MockIValidatorMockRecorder) List(ctx, limit, offset, order any) *IValidatorListCall

List indicates an expected call of List.

func (*MockIValidatorMockRecorder) ListByPower added in v1.6.0

func (mr *MockIValidatorMockRecorder) ListByPower(ctx, fltrs any) *IValidatorListByPowerCall

ListByPower indicates an expected call of ListByPower.

func (*MockIValidatorMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIValidatorMockRecorder) TotalVotingPower added in v1.6.0

TotalVotingPower indicates an expected call of TotalVotingPower.

func (*MockIValidatorMockRecorder) Update

Update indicates an expected call of Update.

type MockListener

type MockListener struct {
	// contains filtered or unexported fields
}

MockListener is a mock of Listener interface.

func NewMockListener

func NewMockListener(ctrl *gomock.Controller) *MockListener

NewMockListener creates a new mock instance.

func (*MockListener) Close

func (m *MockListener) Close() error

Close mocks base method.

func (*MockListener) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockListener) Listen

func (m *MockListener) Listen() chan *pq.Notification

Listen mocks base method.

func (*MockListener) Subscribe

func (m *MockListener) Subscribe(ctx context.Context, channels ...string) error

Subscribe mocks base method.

type MockListenerFactory

type MockListenerFactory struct {
	// contains filtered or unexported fields
}

MockListenerFactory is a mock of ListenerFactory interface.

func NewMockListenerFactory

func NewMockListenerFactory(ctrl *gomock.Controller) *MockListenerFactory

NewMockListenerFactory creates a new mock instance.

func (*MockListenerFactory) CreateListener

func (m *MockListenerFactory) CreateListener() storage.Listener

CreateListener mocks base method.

func (*MockListenerFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockListenerFactoryMockRecorder

type MockListenerFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockListenerFactoryMockRecorder is the mock recorder for MockListenerFactory.

func (*MockListenerFactoryMockRecorder) CreateListener

CreateListener indicates an expected call of CreateListener.

type MockListenerMockRecorder

type MockListenerMockRecorder struct {
	// contains filtered or unexported fields
}

MockListenerMockRecorder is the mock recorder for MockListener.

func (*MockListenerMockRecorder) Close

Close indicates an expected call of Close.

func (*MockListenerMockRecorder) Listen

Listen indicates an expected call of Listen.

func (*MockListenerMockRecorder) Subscribe

func (mr *MockListenerMockRecorder) Subscribe(ctx any, channels ...any) *ListenerSubscribeCall

Subscribe indicates an expected call of Subscribe.

type MockNotificator

type MockNotificator struct {
	// contains filtered or unexported fields
}

MockNotificator is a mock of Notificator interface.

func NewMockNotificator

func NewMockNotificator(ctrl *gomock.Controller) *MockNotificator

NewMockNotificator creates a new mock instance.

func (*MockNotificator) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockNotificator) Notify

func (m *MockNotificator) Notify(ctx context.Context, channel, payload string) error

Notify mocks base method.

type MockNotificatorMockRecorder

type MockNotificatorMockRecorder struct {
	// contains filtered or unexported fields
}

MockNotificatorMockRecorder is the mock recorder for MockNotificator.

func (*MockNotificatorMockRecorder) Notify

func (mr *MockNotificatorMockRecorder) Notify(ctx, channel, payload any) *NotificatorNotifyCall

Notify indicates an expected call of Notify.

type MockTransaction

type MockTransaction struct {
	// contains filtered or unexported fields
}

MockTransaction is a mock of Transaction interface.

func NewMockTransaction

func NewMockTransaction(ctrl *gomock.Controller) *MockTransaction

NewMockTransaction creates a new mock instance.

func (*MockTransaction) Add

func (m *MockTransaction) Add(ctx context.Context, model any) error

Add mocks base method.

func (*MockTransaction) BulkSave

func (m *MockTransaction) BulkSave(ctx context.Context, models []any) error

BulkSave mocks base method.

func (*MockTransaction) CancelUnbondings added in v1.6.0

func (m *MockTransaction) CancelUnbondings(ctx context.Context, cancellations ...storage.Undelegation) error

CancelUnbondings mocks base method.

func (*MockTransaction) Close

func (m *MockTransaction) Close(ctx context.Context) error

Close mocks base method.

func (*MockTransaction) CopyFrom

func (m *MockTransaction) CopyFrom(ctx context.Context, tableName string, data []storage0.Copiable) error

CopyFrom mocks base method.

func (*MockTransaction) Delegation added in v1.6.3

func (m *MockTransaction) Delegation(ctx context.Context, validatorId, addressId uint64) (storage.Delegation, error)

Delegation mocks base method.

func (*MockTransaction) DeleteBalances

func (m *MockTransaction) DeleteBalances(ctx context.Context, ids []uint64) error

DeleteBalances mocks base method.

func (*MockTransaction) DeleteDelegationsByValidator added in v1.6.0

func (m *MockTransaction) DeleteDelegationsByValidator(ctx context.Context, ids ...uint64) error

DeleteDelegationsByValidator mocks base method.

func (*MockTransaction) DeleteProviders added in v1.2.0

func (m *MockTransaction) DeleteProviders(ctx context.Context, rollupId uint64) error

DeleteProviders mocks base method.

func (*MockTransaction) DeleteRollup added in v1.2.0

func (m *MockTransaction) DeleteRollup(ctx context.Context, rollupId uint64) error

DeleteRollup mocks base method.

func (*MockTransaction) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTransaction) Exec

func (m *MockTransaction) Exec(ctx context.Context, query string, params ...any) (int64, error)

Exec mocks base method.

func (*MockTransaction) Flush

func (m *MockTransaction) Flush(ctx context.Context) error

Flush mocks base method.

func (*MockTransaction) GetProposerId added in v1.1.0

func (m *MockTransaction) GetProposerId(ctx context.Context, address string) (uint64, error)

GetProposerId mocks base method.

func (*MockTransaction) HandleError

func (m *MockTransaction) HandleError(ctx context.Context, err error) error

HandleError mocks base method.

func (*MockTransaction) Jail added in v1.6.0

func (m *MockTransaction) Jail(ctx context.Context, validators ...*storage.Validator) error

Jail mocks base method.

func (*MockTransaction) LastAddressAction

func (m *MockTransaction) LastAddressAction(ctx context.Context, address []byte) (uint64, error)

LastAddressAction mocks base method.

func (*MockTransaction) LastBlock

func (m *MockTransaction) LastBlock(ctx context.Context) (storage.Block, error)

LastBlock mocks base method.

func (*MockTransaction) LastNamespaceMessage added in v1.1.0

func (m *MockTransaction) LastNamespaceMessage(ctx context.Context, nsId uint64) (storage.NamespaceMessage, error)

LastNamespaceMessage mocks base method.

func (*MockTransaction) Namespace

func (m *MockTransaction) Namespace(ctx context.Context, id uint64) (storage.Namespace, error)

Namespace mocks base method.

func (*MockTransaction) RetentionBlockSignatures added in v1.4.0

func (m *MockTransaction) RetentionBlockSignatures(ctx context.Context, height types.Level) error

RetentionBlockSignatures mocks base method.

func (*MockTransaction) RetentionCompletedRedelegations added in v1.6.0

func (m *MockTransaction) RetentionCompletedRedelegations(ctx context.Context, blockTime time.Time) error

RetentionCompletedRedelegations mocks base method.

func (*MockTransaction) RetentionCompletedUnbondings added in v1.6.0

func (m *MockTransaction) RetentionCompletedUnbondings(ctx context.Context, blockTime time.Time) error

RetentionCompletedUnbondings mocks base method.

func (*MockTransaction) Rollback

func (m *MockTransaction) Rollback(ctx context.Context) error

Rollback mocks base method.

func (*MockTransaction) RollbackAddresses

func (m *MockTransaction) RollbackAddresses(ctx context.Context, height types.Level) ([]storage.Address, error)

RollbackAddresses mocks base method.

func (*MockTransaction) RollbackBlobLog added in v1.2.0

func (m *MockTransaction) RollbackBlobLog(ctx context.Context, height types.Level) error

RollbackBlobLog mocks base method.

func (*MockTransaction) RollbackBlock

func (m *MockTransaction) RollbackBlock(ctx context.Context, height types.Level) error

RollbackBlock mocks base method.

func (*MockTransaction) RollbackBlockSignatures added in v1.4.0

func (m *MockTransaction) RollbackBlockSignatures(ctx context.Context, height types.Level) error

RollbackBlockSignatures mocks base method.

func (*MockTransaction) RollbackBlockStats

func (m *MockTransaction) RollbackBlockStats(ctx context.Context, height types.Level) (storage.BlockStats, error)

RollbackBlockStats mocks base method.

func (*MockTransaction) RollbackEvents

func (m *MockTransaction) RollbackEvents(ctx context.Context, height types.Level) ([]storage.Event, error)

RollbackEvents mocks base method.

func (*MockTransaction) RollbackJails added in v1.6.0

func (m *MockTransaction) RollbackJails(ctx context.Context, height types.Level) ([]storage.Jail, error)

RollbackJails mocks base method.

func (*MockTransaction) RollbackMessageAddresses

func (m *MockTransaction) RollbackMessageAddresses(ctx context.Context, msgIds []uint64) error

RollbackMessageAddresses mocks base method.

func (*MockTransaction) RollbackMessages

func (m *MockTransaction) RollbackMessages(ctx context.Context, height types.Level) ([]storage.Message, error)

RollbackMessages mocks base method.

func (*MockTransaction) RollbackNamespaceMessages

func (m *MockTransaction) RollbackNamespaceMessages(ctx context.Context, height types.Level) ([]storage.NamespaceMessage, error)

RollbackNamespaceMessages mocks base method.

func (*MockTransaction) RollbackNamespaces

func (m *MockTransaction) RollbackNamespaces(ctx context.Context, height types.Level) ([]storage.Namespace, error)

RollbackNamespaces mocks base method.

func (*MockTransaction) RollbackRedelegations added in v1.6.0

func (m *MockTransaction) RollbackRedelegations(ctx context.Context, height types.Level) error

RollbackRedelegations mocks base method.

func (*MockTransaction) RollbackSigners

func (m *MockTransaction) RollbackSigners(ctx context.Context, txIds []uint64) error

RollbackSigners mocks base method.

func (*MockTransaction) RollbackStakingLogs added in v1.6.0

func (m *MockTransaction) RollbackStakingLogs(ctx context.Context, height types.Level) ([]storage.StakingLog, error)

RollbackStakingLogs mocks base method.

func (*MockTransaction) RollbackTxs

func (m *MockTransaction) RollbackTxs(ctx context.Context, height types.Level) ([]storage.Tx, error)

RollbackTxs mocks base method.

func (*MockTransaction) RollbackUndelegations added in v1.6.0

func (m *MockTransaction) RollbackUndelegations(ctx context.Context, height types.Level) error

RollbackUndelegations mocks base method.

func (*MockTransaction) RollbackValidators

func (m *MockTransaction) RollbackValidators(ctx context.Context, height types.Level) ([]storage.Validator, error)

RollbackValidators mocks base method.

func (*MockTransaction) SaveAddresses

func (m *MockTransaction) SaveAddresses(ctx context.Context, addresses ...*storage.Address) (int64, error)

SaveAddresses mocks base method.

func (*MockTransaction) SaveBalances

func (m *MockTransaction) SaveBalances(ctx context.Context, balances ...storage.Balance) error

SaveBalances mocks base method.

func (*MockTransaction) SaveBlobLogs added in v1.2.0

func (m *MockTransaction) SaveBlobLogs(ctx context.Context, logs ...storage.BlobLog) error

SaveBlobLogs mocks base method.

func (*MockTransaction) SaveBlockSignatures added in v1.4.0

func (m *MockTransaction) SaveBlockSignatures(ctx context.Context, signs ...storage.BlockSignature) error

SaveBlockSignatures mocks base method.

func (*MockTransaction) SaveConstants

func (m *MockTransaction) SaveConstants(ctx context.Context, constants ...storage.Constant) error

SaveConstants mocks base method.

func (*MockTransaction) SaveDelegations added in v1.6.0

func (m *MockTransaction) SaveDelegations(ctx context.Context, delegations ...storage.Delegation) error

SaveDelegations mocks base method.

func (*MockTransaction) SaveEvents

func (m *MockTransaction) SaveEvents(ctx context.Context, events ...storage.Event) error

SaveEvents mocks base method.

func (*MockTransaction) SaveJails added in v1.6.0

func (m *MockTransaction) SaveJails(ctx context.Context, jails ...storage.Jail) error

SaveJails mocks base method.

func (*MockTransaction) SaveMessages

func (m *MockTransaction) SaveMessages(ctx context.Context, msgs ...*storage.Message) error

SaveMessages mocks base method.

func (*MockTransaction) SaveMsgAddresses

func (m *MockTransaction) SaveMsgAddresses(ctx context.Context, addresses ...storage.MsgAddress) error

SaveMsgAddresses mocks base method.

func (*MockTransaction) SaveNamespaceMessage

func (m *MockTransaction) SaveNamespaceMessage(ctx context.Context, nsMsgs ...storage.NamespaceMessage) error

SaveNamespaceMessage mocks base method.

func (*MockTransaction) SaveNamespaces

func (m *MockTransaction) SaveNamespaces(ctx context.Context, namespaces ...*storage.Namespace) (int64, error)

SaveNamespaces mocks base method.

func (*MockTransaction) SaveProviders added in v1.2.0

func (m *MockTransaction) SaveProviders(ctx context.Context, providers ...storage.RollupProvider) error

SaveProviders mocks base method.

func (*MockTransaction) SaveRedelegations added in v1.6.0

func (m *MockTransaction) SaveRedelegations(ctx context.Context, redelegations ...storage.Redelegation) error

SaveRedelegations mocks base method.

func (*MockTransaction) SaveRollup added in v1.2.0

func (m *MockTransaction) SaveRollup(ctx context.Context, rollup *storage.Rollup) error

SaveRollup mocks base method.

func (*MockTransaction) SaveSigners

func (m *MockTransaction) SaveSigners(ctx context.Context, addresses ...storage.Signer) error

SaveSigners mocks base method.

func (*MockTransaction) SaveStakingLogs added in v1.6.0

func (m *MockTransaction) SaveStakingLogs(ctx context.Context, logs ...storage.StakingLog) error

SaveStakingLogs mocks base method.

func (*MockTransaction) SaveTransactions

func (m *MockTransaction) SaveTransactions(ctx context.Context, txs ...storage.Tx) error

SaveTransactions mocks base method.

func (*MockTransaction) SaveUndelegations added in v1.6.0

func (m *MockTransaction) SaveUndelegations(ctx context.Context, undelegations ...storage.Undelegation) error

SaveUndelegations mocks base method.

func (*MockTransaction) SaveValidators

func (m *MockTransaction) SaveValidators(ctx context.Context, validators ...*storage.Validator) (int, error)

SaveValidators mocks base method.

func (*MockTransaction) State

func (m *MockTransaction) State(ctx context.Context, name string) (storage.State, error)

State mocks base method.

func (*MockTransaction) Tx

func (m *MockTransaction) Tx() *bun.Tx

Tx mocks base method.

func (*MockTransaction) Update

func (m *MockTransaction) Update(ctx context.Context, model any) error

Update mocks base method.

func (*MockTransaction) UpdateRollup added in v1.2.0

func (m *MockTransaction) UpdateRollup(ctx context.Context, rollup *storage.Rollup) error

UpdateRollup mocks base method.

func (*MockTransaction) UpdateSlashedDelegations added in v1.6.0

func (m *MockTransaction) UpdateSlashedDelegations(ctx context.Context, validatorId uint64, fraction decimal.Decimal) ([]storage.Balance, error)

UpdateSlashedDelegations mocks base method.

func (*MockTransaction) UpdateValidators added in v1.6.0

func (m *MockTransaction) UpdateValidators(ctx context.Context, validators ...*storage.Validator) error

UpdateValidators mocks base method.

func (*MockTransaction) Validator added in v1.6.3

func (m *MockTransaction) Validator(ctx context.Context, id uint64) (storage.Validator, error)

Validator mocks base method.

type MockTransactionMockRecorder

type MockTransactionMockRecorder struct {
	// contains filtered or unexported fields
}

MockTransactionMockRecorder is the mock recorder for MockTransaction.

func (*MockTransactionMockRecorder) Add

func (mr *MockTransactionMockRecorder) Add(ctx, model any) *TransactionAddCall

Add indicates an expected call of Add.

func (*MockTransactionMockRecorder) BulkSave

func (mr *MockTransactionMockRecorder) BulkSave(ctx, models any) *TransactionBulkSaveCall

BulkSave indicates an expected call of BulkSave.

func (*MockTransactionMockRecorder) CancelUnbondings added in v1.6.0

func (mr *MockTransactionMockRecorder) CancelUnbondings(ctx any, cancellations ...any) *TransactionCancelUnbondingsCall

CancelUnbondings indicates an expected call of CancelUnbondings.

func (*MockTransactionMockRecorder) Close

Close indicates an expected call of Close.

func (*MockTransactionMockRecorder) CopyFrom

func (mr *MockTransactionMockRecorder) CopyFrom(ctx, tableName, data any) *TransactionCopyFromCall

CopyFrom indicates an expected call of CopyFrom.

func (*MockTransactionMockRecorder) Delegation added in v1.6.3

func (mr *MockTransactionMockRecorder) Delegation(ctx, validatorId, addressId any) *TransactionDelegationCall

Delegation indicates an expected call of Delegation.

func (*MockTransactionMockRecorder) DeleteBalances

func (mr *MockTransactionMockRecorder) DeleteBalances(ctx, ids any) *TransactionDeleteBalancesCall

DeleteBalances indicates an expected call of DeleteBalances.

func (*MockTransactionMockRecorder) DeleteDelegationsByValidator added in v1.6.0

func (mr *MockTransactionMockRecorder) DeleteDelegationsByValidator(ctx any, ids ...any) *TransactionDeleteDelegationsByValidatorCall

DeleteDelegationsByValidator indicates an expected call of DeleteDelegationsByValidator.

func (*MockTransactionMockRecorder) DeleteProviders added in v1.2.0

func (mr *MockTransactionMockRecorder) DeleteProviders(ctx, rollupId any) *TransactionDeleteProvidersCall

DeleteProviders indicates an expected call of DeleteProviders.

func (*MockTransactionMockRecorder) DeleteRollup added in v1.2.0

func (mr *MockTransactionMockRecorder) DeleteRollup(ctx, rollupId any) *TransactionDeleteRollupCall

DeleteRollup indicates an expected call of DeleteRollup.

func (*MockTransactionMockRecorder) Exec

func (mr *MockTransactionMockRecorder) Exec(ctx, query any, params ...any) *TransactionExecCall

Exec indicates an expected call of Exec.

func (*MockTransactionMockRecorder) Flush

Flush indicates an expected call of Flush.

func (*MockTransactionMockRecorder) GetProposerId added in v1.1.0

func (mr *MockTransactionMockRecorder) GetProposerId(ctx, address any) *TransactionGetProposerIdCall

GetProposerId indicates an expected call of GetProposerId.

func (*MockTransactionMockRecorder) HandleError

func (mr *MockTransactionMockRecorder) HandleError(ctx, err any) *TransactionHandleErrorCall

HandleError indicates an expected call of HandleError.

func (*MockTransactionMockRecorder) Jail added in v1.6.0

func (mr *MockTransactionMockRecorder) Jail(ctx any, validators ...any) *TransactionJailCall

Jail indicates an expected call of Jail.

func (*MockTransactionMockRecorder) LastAddressAction

func (mr *MockTransactionMockRecorder) LastAddressAction(ctx, address any) *TransactionLastAddressActionCall

LastAddressAction indicates an expected call of LastAddressAction.

func (*MockTransactionMockRecorder) LastBlock

LastBlock indicates an expected call of LastBlock.

func (*MockTransactionMockRecorder) LastNamespaceMessage added in v1.1.0

func (mr *MockTransactionMockRecorder) LastNamespaceMessage(ctx, nsId any) *TransactionLastNamespaceMessageCall

LastNamespaceMessage indicates an expected call of LastNamespaceMessage.

func (*MockTransactionMockRecorder) Namespace

Namespace indicates an expected call of Namespace.

func (*MockTransactionMockRecorder) RetentionBlockSignatures added in v1.4.0

func (mr *MockTransactionMockRecorder) RetentionBlockSignatures(ctx, height any) *TransactionRetentionBlockSignaturesCall

RetentionBlockSignatures indicates an expected call of RetentionBlockSignatures.

func (*MockTransactionMockRecorder) RetentionCompletedRedelegations added in v1.6.0

func (mr *MockTransactionMockRecorder) RetentionCompletedRedelegations(ctx, blockTime any) *TransactionRetentionCompletedRedelegationsCall

RetentionCompletedRedelegations indicates an expected call of RetentionCompletedRedelegations.

func (*MockTransactionMockRecorder) RetentionCompletedUnbondings added in v1.6.0

func (mr *MockTransactionMockRecorder) RetentionCompletedUnbondings(ctx, blockTime any) *TransactionRetentionCompletedUnbondingsCall

RetentionCompletedUnbondings indicates an expected call of RetentionCompletedUnbondings.

func (*MockTransactionMockRecorder) Rollback

Rollback indicates an expected call of Rollback.

func (*MockTransactionMockRecorder) RollbackAddresses

func (mr *MockTransactionMockRecorder) RollbackAddresses(ctx, height any) *TransactionRollbackAddressesCall

RollbackAddresses indicates an expected call of RollbackAddresses.

func (*MockTransactionMockRecorder) RollbackBlobLog added in v1.2.0

func (mr *MockTransactionMockRecorder) RollbackBlobLog(ctx, height any) *TransactionRollbackBlobLogCall

RollbackBlobLog indicates an expected call of RollbackBlobLog.

func (*MockTransactionMockRecorder) RollbackBlock

func (mr *MockTransactionMockRecorder) RollbackBlock(ctx, height any) *TransactionRollbackBlockCall

RollbackBlock indicates an expected call of RollbackBlock.

func (*MockTransactionMockRecorder) RollbackBlockSignatures added in v1.4.0

func (mr *MockTransactionMockRecorder) RollbackBlockSignatures(ctx, height any) *TransactionRollbackBlockSignaturesCall

RollbackBlockSignatures indicates an expected call of RollbackBlockSignatures.

func (*MockTransactionMockRecorder) RollbackBlockStats

func (mr *MockTransactionMockRecorder) RollbackBlockStats(ctx, height any) *TransactionRollbackBlockStatsCall

RollbackBlockStats indicates an expected call of RollbackBlockStats.

func (*MockTransactionMockRecorder) RollbackEvents

func (mr *MockTransactionMockRecorder) RollbackEvents(ctx, height any) *TransactionRollbackEventsCall

RollbackEvents indicates an expected call of RollbackEvents.

func (*MockTransactionMockRecorder) RollbackJails added in v1.6.0

func (mr *MockTransactionMockRecorder) RollbackJails(ctx, height any) *TransactionRollbackJailsCall

RollbackJails indicates an expected call of RollbackJails.

func (*MockTransactionMockRecorder) RollbackMessageAddresses

func (mr *MockTransactionMockRecorder) RollbackMessageAddresses(ctx, msgIds any) *TransactionRollbackMessageAddressesCall

RollbackMessageAddresses indicates an expected call of RollbackMessageAddresses.

func (*MockTransactionMockRecorder) RollbackMessages

func (mr *MockTransactionMockRecorder) RollbackMessages(ctx, height any) *TransactionRollbackMessagesCall

RollbackMessages indicates an expected call of RollbackMessages.

func (*MockTransactionMockRecorder) RollbackNamespaceMessages

func (mr *MockTransactionMockRecorder) RollbackNamespaceMessages(ctx, height any) *TransactionRollbackNamespaceMessagesCall

RollbackNamespaceMessages indicates an expected call of RollbackNamespaceMessages.

func (*MockTransactionMockRecorder) RollbackNamespaces

func (mr *MockTransactionMockRecorder) RollbackNamespaces(ctx, height any) *TransactionRollbackNamespacesCall

RollbackNamespaces indicates an expected call of RollbackNamespaces.

func (*MockTransactionMockRecorder) RollbackRedelegations added in v1.6.0

func (mr *MockTransactionMockRecorder) RollbackRedelegations(ctx, height any) *TransactionRollbackRedelegationsCall

RollbackRedelegations indicates an expected call of RollbackRedelegations.

func (*MockTransactionMockRecorder) RollbackSigners

func (mr *MockTransactionMockRecorder) RollbackSigners(ctx, txIds any) *TransactionRollbackSignersCall

RollbackSigners indicates an expected call of RollbackSigners.

func (*MockTransactionMockRecorder) RollbackStakingLogs added in v1.6.0

func (mr *MockTransactionMockRecorder) RollbackStakingLogs(ctx, height any) *TransactionRollbackStakingLogsCall

RollbackStakingLogs indicates an expected call of RollbackStakingLogs.

func (*MockTransactionMockRecorder) RollbackTxs

func (mr *MockTransactionMockRecorder) RollbackTxs(ctx, height any) *TransactionRollbackTxsCall

RollbackTxs indicates an expected call of RollbackTxs.

func (*MockTransactionMockRecorder) RollbackUndelegations added in v1.6.0

func (mr *MockTransactionMockRecorder) RollbackUndelegations(ctx, height any) *TransactionRollbackUndelegationsCall

RollbackUndelegations indicates an expected call of RollbackUndelegations.

func (*MockTransactionMockRecorder) RollbackValidators

func (mr *MockTransactionMockRecorder) RollbackValidators(ctx, height any) *TransactionRollbackValidatorsCall

RollbackValidators indicates an expected call of RollbackValidators.

func (*MockTransactionMockRecorder) SaveAddresses

func (mr *MockTransactionMockRecorder) SaveAddresses(ctx any, addresses ...any) *TransactionSaveAddressesCall

SaveAddresses indicates an expected call of SaveAddresses.

func (*MockTransactionMockRecorder) SaveBalances

func (mr *MockTransactionMockRecorder) SaveBalances(ctx any, balances ...any) *TransactionSaveBalancesCall

SaveBalances indicates an expected call of SaveBalances.

func (*MockTransactionMockRecorder) SaveBlobLogs added in v1.2.0

func (mr *MockTransactionMockRecorder) SaveBlobLogs(ctx any, logs ...any) *TransactionSaveBlobLogsCall

SaveBlobLogs indicates an expected call of SaveBlobLogs.

func (*MockTransactionMockRecorder) SaveBlockSignatures added in v1.4.0

func (mr *MockTransactionMockRecorder) SaveBlockSignatures(ctx any, signs ...any) *TransactionSaveBlockSignaturesCall

SaveBlockSignatures indicates an expected call of SaveBlockSignatures.

func (*MockTransactionMockRecorder) SaveConstants

func (mr *MockTransactionMockRecorder) SaveConstants(ctx any, constants ...any) *TransactionSaveConstantsCall

SaveConstants indicates an expected call of SaveConstants.

func (*MockTransactionMockRecorder) SaveDelegations added in v1.6.0

func (mr *MockTransactionMockRecorder) SaveDelegations(ctx any, delegations ...any) *TransactionSaveDelegationsCall

SaveDelegations indicates an expected call of SaveDelegations.

func (*MockTransactionMockRecorder) SaveEvents

func (mr *MockTransactionMockRecorder) SaveEvents(ctx any, events ...any) *TransactionSaveEventsCall

SaveEvents indicates an expected call of SaveEvents.

func (*MockTransactionMockRecorder) SaveJails added in v1.6.0

func (mr *MockTransactionMockRecorder) SaveJails(ctx any, jails ...any) *TransactionSaveJailsCall

SaveJails indicates an expected call of SaveJails.

func (*MockTransactionMockRecorder) SaveMessages

func (mr *MockTransactionMockRecorder) SaveMessages(ctx any, msgs ...any) *TransactionSaveMessagesCall

SaveMessages indicates an expected call of SaveMessages.

func (*MockTransactionMockRecorder) SaveMsgAddresses

func (mr *MockTransactionMockRecorder) SaveMsgAddresses(ctx any, addresses ...any) *TransactionSaveMsgAddressesCall

SaveMsgAddresses indicates an expected call of SaveMsgAddresses.

func (*MockTransactionMockRecorder) SaveNamespaceMessage

func (mr *MockTransactionMockRecorder) SaveNamespaceMessage(ctx any, nsMsgs ...any) *TransactionSaveNamespaceMessageCall

SaveNamespaceMessage indicates an expected call of SaveNamespaceMessage.

func (*MockTransactionMockRecorder) SaveNamespaces

func (mr *MockTransactionMockRecorder) SaveNamespaces(ctx any, namespaces ...any) *TransactionSaveNamespacesCall

SaveNamespaces indicates an expected call of SaveNamespaces.

func (*MockTransactionMockRecorder) SaveProviders added in v1.2.0

func (mr *MockTransactionMockRecorder) SaveProviders(ctx any, providers ...any) *TransactionSaveProvidersCall

SaveProviders indicates an expected call of SaveProviders.

func (*MockTransactionMockRecorder) SaveRedelegations added in v1.6.0

func (mr *MockTransactionMockRecorder) SaveRedelegations(ctx any, redelegations ...any) *TransactionSaveRedelegationsCall

SaveRedelegations indicates an expected call of SaveRedelegations.

func (*MockTransactionMockRecorder) SaveRollup added in v1.2.0

func (mr *MockTransactionMockRecorder) SaveRollup(ctx, rollup any) *TransactionSaveRollupCall

SaveRollup indicates an expected call of SaveRollup.

func (*MockTransactionMockRecorder) SaveSigners

func (mr *MockTransactionMockRecorder) SaveSigners(ctx any, addresses ...any) *TransactionSaveSignersCall

SaveSigners indicates an expected call of SaveSigners.

func (*MockTransactionMockRecorder) SaveStakingLogs added in v1.6.0

func (mr *MockTransactionMockRecorder) SaveStakingLogs(ctx any, logs ...any) *TransactionSaveStakingLogsCall

SaveStakingLogs indicates an expected call of SaveStakingLogs.

func (*MockTransactionMockRecorder) SaveTransactions

func (mr *MockTransactionMockRecorder) SaveTransactions(ctx any, txs ...any) *TransactionSaveTransactionsCall

SaveTransactions indicates an expected call of SaveTransactions.

func (*MockTransactionMockRecorder) SaveUndelegations added in v1.6.0

func (mr *MockTransactionMockRecorder) SaveUndelegations(ctx any, undelegations ...any) *TransactionSaveUndelegationsCall

SaveUndelegations indicates an expected call of SaveUndelegations.

func (*MockTransactionMockRecorder) SaveValidators

func (mr *MockTransactionMockRecorder) SaveValidators(ctx any, validators ...any) *TransactionSaveValidatorsCall

SaveValidators indicates an expected call of SaveValidators.

func (*MockTransactionMockRecorder) State

State indicates an expected call of State.

func (*MockTransactionMockRecorder) Tx

Tx indicates an expected call of Tx.

func (*MockTransactionMockRecorder) Update

func (mr *MockTransactionMockRecorder) Update(ctx, model any) *TransactionUpdateCall

Update indicates an expected call of Update.

func (*MockTransactionMockRecorder) UpdateRollup added in v1.2.0

func (mr *MockTransactionMockRecorder) UpdateRollup(ctx, rollup any) *TransactionUpdateRollupCall

UpdateRollup indicates an expected call of UpdateRollup.

func (*MockTransactionMockRecorder) UpdateSlashedDelegations added in v1.6.0

func (mr *MockTransactionMockRecorder) UpdateSlashedDelegations(ctx, validatorId, fraction any) *TransactionUpdateSlashedDelegationsCall

UpdateSlashedDelegations indicates an expected call of UpdateSlashedDelegations.

func (*MockTransactionMockRecorder) UpdateValidators added in v1.6.0

func (mr *MockTransactionMockRecorder) UpdateValidators(ctx any, validators ...any) *TransactionUpdateValidatorsCall

UpdateValidators indicates an expected call of UpdateValidators.

func (*MockTransactionMockRecorder) Validator added in v1.6.3

Validator indicates an expected call of Validator.

type NotificatorNotifyCall

type NotificatorNotifyCall struct {
	*gomock.Call
}

NotificatorNotifyCall wrap *gomock.Call

func (*NotificatorNotifyCall) Do

Do rewrite *gomock.Call.Do

func (*NotificatorNotifyCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*NotificatorNotifyCall) Return

Return rewrite *gomock.Call.Return

type Storage

type Storage struct {
	Blocks    models.IBlock
	Tx        models.ITx
	Message   models.IMessage
	Event     models.IEvent
	Address   models.IAddress
	Namespace models.INamespace
	State     models.IState
	// contains filtered or unexported fields
}

func Create

func Create(t gomock.TestReporter) Storage

func (Storage) Close

func (s Storage) Close() error

func (Storage) Ctrl

func (s Storage) Ctrl() *gomock.Controller

type TransactionAddCall

type TransactionAddCall struct {
	*gomock.Call
}

TransactionAddCall wrap *gomock.Call

func (*TransactionAddCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionAddCall) DoAndReturn

func (c *TransactionAddCall) DoAndReturn(f func(context.Context, any) error) *TransactionAddCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionAddCall) Return

func (c *TransactionAddCall) Return(arg0 error) *TransactionAddCall

Return rewrite *gomock.Call.Return

type TransactionBulkSaveCall

type TransactionBulkSaveCall struct {
	*gomock.Call
}

TransactionBulkSaveCall wrap *gomock.Call

func (*TransactionBulkSaveCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionBulkSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionBulkSaveCall) Return

Return rewrite *gomock.Call.Return

type TransactionCancelUnbondingsCall added in v1.6.0

type TransactionCancelUnbondingsCall struct {
	*gomock.Call
}

TransactionCancelUnbondingsCall wrap *gomock.Call

func (*TransactionCancelUnbondingsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionCancelUnbondingsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionCancelUnbondingsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionCloseCall

type TransactionCloseCall struct {
	*gomock.Call
}

TransactionCloseCall wrap *gomock.Call

func (*TransactionCloseCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionCloseCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionCloseCall) Return

Return rewrite *gomock.Call.Return

type TransactionCopyFromCall

type TransactionCopyFromCall struct {
	*gomock.Call
}

TransactionCopyFromCall wrap *gomock.Call

func (*TransactionCopyFromCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionCopyFromCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionCopyFromCall) Return

Return rewrite *gomock.Call.Return

type TransactionDelegationCall added in v1.6.3

type TransactionDelegationCall struct {
	*gomock.Call
}

TransactionDelegationCall wrap *gomock.Call

func (*TransactionDelegationCall) Do added in v1.6.3

Do rewrite *gomock.Call.Do

func (*TransactionDelegationCall) DoAndReturn added in v1.6.3

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionDelegationCall) Return added in v1.6.3

Return rewrite *gomock.Call.Return

type TransactionDeleteBalancesCall

type TransactionDeleteBalancesCall struct {
	*gomock.Call
}

TransactionDeleteBalancesCall wrap *gomock.Call

func (*TransactionDeleteBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionDeleteBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionDeleteBalancesCall) Return

Return rewrite *gomock.Call.Return

type TransactionDeleteDelegationsByValidatorCall added in v1.6.0

type TransactionDeleteDelegationsByValidatorCall struct {
	*gomock.Call
}

TransactionDeleteDelegationsByValidatorCall wrap *gomock.Call

func (*TransactionDeleteDelegationsByValidatorCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionDeleteDelegationsByValidatorCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionDeleteDelegationsByValidatorCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionDeleteProvidersCall added in v1.2.0

type TransactionDeleteProvidersCall struct {
	*gomock.Call
}

TransactionDeleteProvidersCall wrap *gomock.Call

func (*TransactionDeleteProvidersCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*TransactionDeleteProvidersCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionDeleteProvidersCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type TransactionDeleteRollupCall added in v1.2.0

type TransactionDeleteRollupCall struct {
	*gomock.Call
}

TransactionDeleteRollupCall wrap *gomock.Call

func (*TransactionDeleteRollupCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*TransactionDeleteRollupCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionDeleteRollupCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type TransactionExecCall

type TransactionExecCall struct {
	*gomock.Call
}

TransactionExecCall wrap *gomock.Call

func (*TransactionExecCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionExecCall) DoAndReturn

func (c *TransactionExecCall) DoAndReturn(f func(context.Context, string, ...any) (int64, error)) *TransactionExecCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionExecCall) Return

func (c *TransactionExecCall) Return(arg0 int64, arg1 error) *TransactionExecCall

Return rewrite *gomock.Call.Return

type TransactionFlushCall

type TransactionFlushCall struct {
	*gomock.Call
}

TransactionFlushCall wrap *gomock.Call

func (*TransactionFlushCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionFlushCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionFlushCall) Return

Return rewrite *gomock.Call.Return

type TransactionGetProposerIdCall added in v1.1.0

type TransactionGetProposerIdCall struct {
	*gomock.Call
}

TransactionGetProposerIdCall wrap *gomock.Call

func (*TransactionGetProposerIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*TransactionGetProposerIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionGetProposerIdCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type TransactionHandleErrorCall

type TransactionHandleErrorCall struct {
	*gomock.Call
}

TransactionHandleErrorCall wrap *gomock.Call

func (*TransactionHandleErrorCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionHandleErrorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionHandleErrorCall) Return

Return rewrite *gomock.Call.Return

type TransactionJailCall added in v1.6.0

type TransactionJailCall struct {
	*gomock.Call
}

TransactionJailCall wrap *gomock.Call

func (*TransactionJailCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionJailCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionJailCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionLastAddressActionCall

type TransactionLastAddressActionCall struct {
	*gomock.Call
}

TransactionLastAddressActionCall wrap *gomock.Call

func (*TransactionLastAddressActionCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionLastAddressActionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionLastAddressActionCall) Return

Return rewrite *gomock.Call.Return

type TransactionLastBlockCall

type TransactionLastBlockCall struct {
	*gomock.Call
}

TransactionLastBlockCall wrap *gomock.Call

func (*TransactionLastBlockCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionLastBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionLastBlockCall) Return

Return rewrite *gomock.Call.Return

type TransactionLastNamespaceMessageCall added in v1.1.0

type TransactionLastNamespaceMessageCall struct {
	*gomock.Call
}

TransactionLastNamespaceMessageCall wrap *gomock.Call

func (*TransactionLastNamespaceMessageCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*TransactionLastNamespaceMessageCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionLastNamespaceMessageCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type TransactionNamespaceCall

type TransactionNamespaceCall struct {
	*gomock.Call
}

TransactionNamespaceCall wrap *gomock.Call

func (*TransactionNamespaceCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionNamespaceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionNamespaceCall) Return

Return rewrite *gomock.Call.Return

type TransactionRetentionBlockSignaturesCall added in v1.4.0

type TransactionRetentionBlockSignaturesCall struct {
	*gomock.Call
}

TransactionRetentionBlockSignaturesCall wrap *gomock.Call

func (*TransactionRetentionBlockSignaturesCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*TransactionRetentionBlockSignaturesCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRetentionBlockSignaturesCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type TransactionRetentionCompletedRedelegationsCall added in v1.6.0

type TransactionRetentionCompletedRedelegationsCall struct {
	*gomock.Call
}

TransactionRetentionCompletedRedelegationsCall wrap *gomock.Call

func (*TransactionRetentionCompletedRedelegationsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionRetentionCompletedRedelegationsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRetentionCompletedRedelegationsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionRetentionCompletedUnbondingsCall added in v1.6.0

type TransactionRetentionCompletedUnbondingsCall struct {
	*gomock.Call
}

TransactionRetentionCompletedUnbondingsCall wrap *gomock.Call

func (*TransactionRetentionCompletedUnbondingsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionRetentionCompletedUnbondingsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRetentionCompletedUnbondingsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionRollbackAddressesCall

type TransactionRollbackAddressesCall struct {
	*gomock.Call
}

TransactionRollbackAddressesCall wrap *gomock.Call

func (*TransactionRollbackAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackAddressesCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackBlobLogCall added in v1.2.0

type TransactionRollbackBlobLogCall struct {
	*gomock.Call
}

TransactionRollbackBlobLogCall wrap *gomock.Call

func (*TransactionRollbackBlobLogCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*TransactionRollbackBlobLogCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackBlobLogCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type TransactionRollbackBlockCall

type TransactionRollbackBlockCall struct {
	*gomock.Call
}

TransactionRollbackBlockCall wrap *gomock.Call

func (*TransactionRollbackBlockCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackBlockCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackBlockSignaturesCall added in v1.4.0

type TransactionRollbackBlockSignaturesCall struct {
	*gomock.Call
}

TransactionRollbackBlockSignaturesCall wrap *gomock.Call

func (*TransactionRollbackBlockSignaturesCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*TransactionRollbackBlockSignaturesCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackBlockSignaturesCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type TransactionRollbackBlockStatsCall

type TransactionRollbackBlockStatsCall struct {
	*gomock.Call
}

TransactionRollbackBlockStatsCall wrap *gomock.Call

func (*TransactionRollbackBlockStatsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackBlockStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackBlockStatsCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackCall

type TransactionRollbackCall struct {
	*gomock.Call
}

TransactionRollbackCall wrap *gomock.Call

func (*TransactionRollbackCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackEventsCall

type TransactionRollbackEventsCall struct {
	*gomock.Call
}

TransactionRollbackEventsCall wrap *gomock.Call

func (*TransactionRollbackEventsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackEventsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackEventsCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackJailsCall added in v1.6.0

type TransactionRollbackJailsCall struct {
	*gomock.Call
}

TransactionRollbackJailsCall wrap *gomock.Call

func (*TransactionRollbackJailsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionRollbackJailsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackJailsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionRollbackMessageAddressesCall

type TransactionRollbackMessageAddressesCall struct {
	*gomock.Call
}

TransactionRollbackMessageAddressesCall wrap *gomock.Call

func (*TransactionRollbackMessageAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackMessageAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackMessageAddressesCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackMessagesCall

type TransactionRollbackMessagesCall struct {
	*gomock.Call
}

TransactionRollbackMessagesCall wrap *gomock.Call

func (*TransactionRollbackMessagesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackMessagesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackMessagesCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackNamespaceMessagesCall

type TransactionRollbackNamespaceMessagesCall struct {
	*gomock.Call
}

TransactionRollbackNamespaceMessagesCall wrap *gomock.Call

func (*TransactionRollbackNamespaceMessagesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackNamespaceMessagesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackNamespaceMessagesCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackNamespacesCall

type TransactionRollbackNamespacesCall struct {
	*gomock.Call
}

TransactionRollbackNamespacesCall wrap *gomock.Call

func (*TransactionRollbackNamespacesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackNamespacesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackNamespacesCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackRedelegationsCall added in v1.6.0

type TransactionRollbackRedelegationsCall struct {
	*gomock.Call
}

TransactionRollbackRedelegationsCall wrap *gomock.Call

func (*TransactionRollbackRedelegationsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionRollbackRedelegationsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackRedelegationsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionRollbackSignersCall

type TransactionRollbackSignersCall struct {
	*gomock.Call
}

TransactionRollbackSignersCall wrap *gomock.Call

func (*TransactionRollbackSignersCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackSignersCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackSignersCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackStakingLogsCall added in v1.6.0

type TransactionRollbackStakingLogsCall struct {
	*gomock.Call
}

TransactionRollbackStakingLogsCall wrap *gomock.Call

func (*TransactionRollbackStakingLogsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionRollbackStakingLogsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackStakingLogsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionRollbackTxsCall

type TransactionRollbackTxsCall struct {
	*gomock.Call
}

TransactionRollbackTxsCall wrap *gomock.Call

func (*TransactionRollbackTxsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackTxsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackTxsCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackUndelegationsCall added in v1.6.0

type TransactionRollbackUndelegationsCall struct {
	*gomock.Call
}

TransactionRollbackUndelegationsCall wrap *gomock.Call

func (*TransactionRollbackUndelegationsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionRollbackUndelegationsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackUndelegationsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionRollbackValidatorsCall

type TransactionRollbackValidatorsCall struct {
	*gomock.Call
}

TransactionRollbackValidatorsCall wrap *gomock.Call

func (*TransactionRollbackValidatorsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackValidatorsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackValidatorsCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveAddressesCall

type TransactionSaveAddressesCall struct {
	*gomock.Call
}

TransactionSaveAddressesCall wrap *gomock.Call

func (*TransactionSaveAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveAddressesCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveBalancesCall

type TransactionSaveBalancesCall struct {
	*gomock.Call
}

TransactionSaveBalancesCall wrap *gomock.Call

func (*TransactionSaveBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveBalancesCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveBlobLogsCall added in v1.2.0

type TransactionSaveBlobLogsCall struct {
	*gomock.Call
}

TransactionSaveBlobLogsCall wrap *gomock.Call

func (*TransactionSaveBlobLogsCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveBlobLogsCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveBlobLogsCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type TransactionSaveBlockSignaturesCall added in v1.4.0

type TransactionSaveBlockSignaturesCall struct {
	*gomock.Call
}

TransactionSaveBlockSignaturesCall wrap *gomock.Call

func (*TransactionSaveBlockSignaturesCall) Do added in v1.4.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveBlockSignaturesCall) DoAndReturn added in v1.4.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveBlockSignaturesCall) Return added in v1.4.0

Return rewrite *gomock.Call.Return

type TransactionSaveConstantsCall

type TransactionSaveConstantsCall struct {
	*gomock.Call
}

TransactionSaveConstantsCall wrap *gomock.Call

func (*TransactionSaveConstantsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveConstantsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveConstantsCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveDelegationsCall added in v1.6.0

type TransactionSaveDelegationsCall struct {
	*gomock.Call
}

TransactionSaveDelegationsCall wrap *gomock.Call

func (*TransactionSaveDelegationsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveDelegationsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveDelegationsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionSaveEventsCall

type TransactionSaveEventsCall struct {
	*gomock.Call
}

TransactionSaveEventsCall wrap *gomock.Call

func (*TransactionSaveEventsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveEventsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveEventsCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveJailsCall added in v1.6.0

type TransactionSaveJailsCall struct {
	*gomock.Call
}

TransactionSaveJailsCall wrap *gomock.Call

func (*TransactionSaveJailsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveJailsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveJailsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionSaveMessagesCall

type TransactionSaveMessagesCall struct {
	*gomock.Call
}

TransactionSaveMessagesCall wrap *gomock.Call

func (*TransactionSaveMessagesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveMessagesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveMessagesCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveMsgAddressesCall

type TransactionSaveMsgAddressesCall struct {
	*gomock.Call
}

TransactionSaveMsgAddressesCall wrap *gomock.Call

func (*TransactionSaveMsgAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveMsgAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveMsgAddressesCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveNamespaceMessageCall

type TransactionSaveNamespaceMessageCall struct {
	*gomock.Call
}

TransactionSaveNamespaceMessageCall wrap *gomock.Call

func (*TransactionSaveNamespaceMessageCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveNamespaceMessageCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveNamespaceMessageCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveNamespacesCall

type TransactionSaveNamespacesCall struct {
	*gomock.Call
}

TransactionSaveNamespacesCall wrap *gomock.Call

func (*TransactionSaveNamespacesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveNamespacesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveNamespacesCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveProvidersCall added in v1.2.0

type TransactionSaveProvidersCall struct {
	*gomock.Call
}

TransactionSaveProvidersCall wrap *gomock.Call

func (*TransactionSaveProvidersCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveProvidersCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveProvidersCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type TransactionSaveRedelegationsCall added in v1.6.0

type TransactionSaveRedelegationsCall struct {
	*gomock.Call
}

TransactionSaveRedelegationsCall wrap *gomock.Call

func (*TransactionSaveRedelegationsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveRedelegationsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveRedelegationsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionSaveRollupCall added in v1.2.0

type TransactionSaveRollupCall struct {
	*gomock.Call
}

TransactionSaveRollupCall wrap *gomock.Call

func (*TransactionSaveRollupCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveRollupCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveRollupCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type TransactionSaveSignersCall

type TransactionSaveSignersCall struct {
	*gomock.Call
}

TransactionSaveSignersCall wrap *gomock.Call

func (*TransactionSaveSignersCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveSignersCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveSignersCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveStakingLogsCall added in v1.6.0

type TransactionSaveStakingLogsCall struct {
	*gomock.Call
}

TransactionSaveStakingLogsCall wrap *gomock.Call

func (*TransactionSaveStakingLogsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveStakingLogsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveStakingLogsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionSaveTransactionsCall

type TransactionSaveTransactionsCall struct {
	*gomock.Call
}

TransactionSaveTransactionsCall wrap *gomock.Call

func (*TransactionSaveTransactionsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveTransactionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveTransactionsCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveUndelegationsCall added in v1.6.0

type TransactionSaveUndelegationsCall struct {
	*gomock.Call
}

TransactionSaveUndelegationsCall wrap *gomock.Call

func (*TransactionSaveUndelegationsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionSaveUndelegationsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveUndelegationsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionSaveValidatorsCall

type TransactionSaveValidatorsCall struct {
	*gomock.Call
}

TransactionSaveValidatorsCall wrap *gomock.Call

func (*TransactionSaveValidatorsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveValidatorsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveValidatorsCall) Return

Return rewrite *gomock.Call.Return

type TransactionStateCall

type TransactionStateCall struct {
	*gomock.Call
}

TransactionStateCall wrap *gomock.Call

func (*TransactionStateCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionStateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionStateCall) Return

Return rewrite *gomock.Call.Return

type TransactionTxCall

type TransactionTxCall struct {
	*gomock.Call
}

TransactionTxCall wrap *gomock.Call

func (*TransactionTxCall) Do

func (c *TransactionTxCall) Do(f func() *bun.Tx) *TransactionTxCall

Do rewrite *gomock.Call.Do

func (*TransactionTxCall) DoAndReturn

func (c *TransactionTxCall) DoAndReturn(f func() *bun.Tx) *TransactionTxCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionTxCall) Return

func (c *TransactionTxCall) Return(arg0 *bun.Tx) *TransactionTxCall

Return rewrite *gomock.Call.Return

type TransactionUpdateCall

type TransactionUpdateCall struct {
	*gomock.Call
}

TransactionUpdateCall wrap *gomock.Call

func (*TransactionUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionUpdateCall) Return

Return rewrite *gomock.Call.Return

type TransactionUpdateRollupCall added in v1.2.0

type TransactionUpdateRollupCall struct {
	*gomock.Call
}

TransactionUpdateRollupCall wrap *gomock.Call

func (*TransactionUpdateRollupCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*TransactionUpdateRollupCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionUpdateRollupCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type TransactionUpdateSlashedDelegationsCall added in v1.6.0

type TransactionUpdateSlashedDelegationsCall struct {
	*gomock.Call
}

TransactionUpdateSlashedDelegationsCall wrap *gomock.Call

func (*TransactionUpdateSlashedDelegationsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionUpdateSlashedDelegationsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionUpdateSlashedDelegationsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionUpdateValidatorsCall added in v1.6.0

type TransactionUpdateValidatorsCall struct {
	*gomock.Call
}

TransactionUpdateValidatorsCall wrap *gomock.Call

func (*TransactionUpdateValidatorsCall) Do added in v1.6.0

Do rewrite *gomock.Call.Do

func (*TransactionUpdateValidatorsCall) DoAndReturn added in v1.6.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionUpdateValidatorsCall) Return added in v1.6.0

Return rewrite *gomock.Call.Return

type TransactionValidatorCall added in v1.6.3

type TransactionValidatorCall struct {
	*gomock.Call
}

TransactionValidatorCall wrap *gomock.Call

func (*TransactionValidatorCall) Do added in v1.6.3

Do rewrite *gomock.Call.Do

func (*TransactionValidatorCall) DoAndReturn added in v1.6.3

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionValidatorCall) Return added in v1.6.3

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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