mock

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

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 MockIAction

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

MockIAction is a mock of IAction interface.

func NewMockIAction

func NewMockIAction(ctrl *gomock.Controller) *MockIAction

NewMockIAction creates a new mock instance.

func (*MockIAction) ByAddress

func (m *MockIAction) ByAddress(ctx context.Context, addressId uint64, filters storage.AddressActionsFilter) ([]storage.AddressAction, error)

ByAddress mocks base method.

func (*MockIAction) ByBlock

func (m *MockIAction) ByBlock(ctx context.Context, height types.Level, limit, offset int) ([]storage.ActionWithTx, error)

ByBlock mocks base method.

func (*MockIAction) ByRollup

func (m *MockIAction) ByRollup(ctx context.Context, rollupId uint64, limit, offset int, sort storage0.SortOrder) ([]storage.RollupAction, error)

ByRollup mocks base method.

func (*MockIAction) ByRollupAndBridge

func (m *MockIAction) ByRollupAndBridge(ctx context.Context, rollupId uint64, fltrs storage.RollupAndBridgeActionsFilter) ([]storage.ActionWithTx, error)

ByRollupAndBridge mocks base method.

func (*MockIAction) ByTxId

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

ByTxId mocks base method.

func (*MockIAction) CursorList

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

CursorList mocks base method.

func (*MockIAction) EXPECT

func (m *MockIAction) EXPECT() *MockIActionMockRecorder

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

func (*MockIAction) GetByID

func (m *MockIAction) GetByID(ctx context.Context, id uint64) (*storage.Action, error)

GetByID mocks base method.

func (*MockIAction) IsNoRows

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

IsNoRows mocks base method.

func (*MockIAction) LastID

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

LastID mocks base method.

func (*MockIAction) List

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

List mocks base method.

func (*MockIAction) Save

func (m_2 *MockIAction) Save(ctx context.Context, m *storage.Action) error

Save mocks base method.

func (*MockIAction) Update

func (m_2 *MockIAction) Update(ctx context.Context, m *storage.Action) error

Update mocks base method.

type MockIActionByAddressCall

type MockIActionByAddressCall struct {
	*gomock.Call
}

MockIActionByAddressCall wrap *gomock.Call

func (*MockIActionByAddressCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionByAddressCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionByAddressCall) Return

Return rewrite *gomock.Call.Return

type MockIActionByBlockCall

type MockIActionByBlockCall struct {
	*gomock.Call
}

MockIActionByBlockCall wrap *gomock.Call

func (*MockIActionByBlockCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionByBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionByBlockCall) Return

Return rewrite *gomock.Call.Return

type MockIActionByRollupAndBridgeCall

type MockIActionByRollupAndBridgeCall struct {
	*gomock.Call
}

MockIActionByRollupAndBridgeCall wrap *gomock.Call

func (*MockIActionByRollupAndBridgeCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionByRollupAndBridgeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionByRollupAndBridgeCall) Return

Return rewrite *gomock.Call.Return

type MockIActionByRollupCall

type MockIActionByRollupCall struct {
	*gomock.Call
}

MockIActionByRollupCall wrap *gomock.Call

func (*MockIActionByRollupCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionByRollupCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionByRollupCall) Return

Return rewrite *gomock.Call.Return

type MockIActionByTxIdCall

type MockIActionByTxIdCall struct {
	*gomock.Call
}

MockIActionByTxIdCall wrap *gomock.Call

func (*MockIActionByTxIdCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionByTxIdCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionByTxIdCall) Return

Return rewrite *gomock.Call.Return

type MockIActionCursorListCall

type MockIActionCursorListCall struct {
	*gomock.Call
}

MockIActionCursorListCall wrap *gomock.Call

func (*MockIActionCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIActionGetByIDCall

type MockIActionGetByIDCall struct {
	*gomock.Call
}

MockIActionGetByIDCall wrap *gomock.Call

func (*MockIActionGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIActionIsNoRowsCall

type MockIActionIsNoRowsCall struct {
	*gomock.Call
}

MockIActionIsNoRowsCall wrap *gomock.Call

func (*MockIActionIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionIsNoRowsCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIActionLastIDCall

type MockIActionLastIDCall struct {
	*gomock.Call
}

MockIActionLastIDCall wrap *gomock.Call

func (*MockIActionLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIActionListCall

type MockIActionListCall struct {
	*gomock.Call
}

MockIActionListCall wrap *gomock.Call

func (*MockIActionListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionListCall) Return

func (c *MockIActionListCall) Return(arg0 []*storage.Action, arg1 error) *MockIActionListCall

Return rewrite *gomock.Call.Return

type MockIActionMockRecorder

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

MockIActionMockRecorder is the mock recorder for MockIAction.

func (*MockIActionMockRecorder) ByAddress

func (mr *MockIActionMockRecorder) ByAddress(ctx, addressId, filters any) *MockIActionByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockIActionMockRecorder) ByBlock

func (mr *MockIActionMockRecorder) ByBlock(ctx, height, limit, offset any) *MockIActionByBlockCall

ByBlock indicates an expected call of ByBlock.

func (*MockIActionMockRecorder) ByRollup

func (mr *MockIActionMockRecorder) ByRollup(ctx, rollupId, limit, offset, sort any) *MockIActionByRollupCall

ByRollup indicates an expected call of ByRollup.

func (*MockIActionMockRecorder) ByRollupAndBridge

func (mr *MockIActionMockRecorder) ByRollupAndBridge(ctx, rollupId, fltrs any) *MockIActionByRollupAndBridgeCall

ByRollupAndBridge indicates an expected call of ByRollupAndBridge.

func (*MockIActionMockRecorder) ByTxId

func (mr *MockIActionMockRecorder) ByTxId(ctx, txId, limit, offset any) *MockIActionByTxIdCall

ByTxId indicates an expected call of ByTxId.

func (*MockIActionMockRecorder) CursorList

func (mr *MockIActionMockRecorder) CursorList(ctx, id, limit, order, cmp any) *MockIActionCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIActionMockRecorder) GetByID

func (mr *MockIActionMockRecorder) GetByID(ctx, id any) *MockIActionGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIActionMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIActionMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIActionMockRecorder) List

func (mr *MockIActionMockRecorder) List(ctx, limit, offset, order any) *MockIActionListCall

List indicates an expected call of List.

func (*MockIActionMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIActionMockRecorder) Update

Update indicates an expected call of Update.

type MockIActionSaveCall

type MockIActionSaveCall struct {
	*gomock.Call
}

MockIActionSaveCall wrap *gomock.Call

func (*MockIActionSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIActionUpdateCall

type MockIActionUpdateCall struct {
	*gomock.Call
}

MockIActionUpdateCall wrap *gomock.Call

func (*MockIActionUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIActionUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIActionUpdateCall) Return

Return rewrite *gomock.Call.Return

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 string) (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, fltrs 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 MockIAddressByHashCall

type MockIAddressByHashCall struct {
	*gomock.Call
}

MockIAddressByHashCall wrap *gomock.Call

func (*MockIAddressByHashCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressByHashCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressByHashCall) Return

Return rewrite *gomock.Call.Return

type MockIAddressCursorListCall

type MockIAddressCursorListCall struct {
	*gomock.Call
}

MockIAddressCursorListCall wrap *gomock.Call

func (*MockIAddressCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIAddressGetByIDCall

type MockIAddressGetByIDCall struct {
	*gomock.Call
}

MockIAddressGetByIDCall wrap *gomock.Call

func (*MockIAddressGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIAddressIsNoRowsCall

type MockIAddressIsNoRowsCall struct {
	*gomock.Call
}

MockIAddressIsNoRowsCall wrap *gomock.Call

func (*MockIAddressIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIAddressLastIDCall

type MockIAddressLastIDCall struct {
	*gomock.Call
}

MockIAddressLastIDCall wrap *gomock.Call

func (*MockIAddressLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIAddressListCall

type MockIAddressListCall struct {
	*gomock.Call
}

MockIAddressListCall wrap *gomock.Call

func (*MockIAddressListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressListCall) Return

Return rewrite *gomock.Call.Return

type MockIAddressListWithBalanceCall

type MockIAddressListWithBalanceCall struct {
	*gomock.Call
}

MockIAddressListWithBalanceCall wrap *gomock.Call

func (*MockIAddressListWithBalanceCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressListWithBalanceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressListWithBalanceCall) Return

Return rewrite *gomock.Call.Return

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) *MockIAddressByHashCall

ByHash indicates an expected call of ByHash.

func (*MockIAddressMockRecorder) CursorList

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

CursorList indicates an expected call of CursorList.

func (*MockIAddressMockRecorder) GetByID

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) *MockIAddressListCall

List indicates an expected call of List.

func (*MockIAddressMockRecorder) ListWithBalance

func (mr *MockIAddressMockRecorder) ListWithBalance(ctx, fltrs any) *MockIAddressListWithBalanceCall

ListWithBalance indicates an expected call of ListWithBalance.

func (*MockIAddressMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIAddressMockRecorder) Update

Update indicates an expected call of Update.

type MockIAddressSaveCall

type MockIAddressSaveCall struct {
	*gomock.Call
}

MockIAddressSaveCall wrap *gomock.Call

func (*MockIAddressSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIAddressUpdateCall

type MockIAddressUpdateCall struct {
	*gomock.Call
}

MockIAddressUpdateCall wrap *gomock.Call

func (*MockIAddressUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIAddressUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAddressUpdateCall) Return

Return rewrite *gomock.Call.Return

type MockIApp added in v1.2.0

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

MockIApp is a mock of IApp interface.

func NewMockIApp added in v1.2.0

func NewMockIApp(ctrl *gomock.Controller) *MockIApp

NewMockIApp creates a new mock instance.

func (*MockIApp) BySlug added in v1.2.0

func (m *MockIApp) BySlug(ctx context.Context, slug string) (storage.AppWithStats, error)

BySlug mocks base method.

func (*MockIApp) CursorList added in v1.2.0

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

CursorList mocks base method.

func (*MockIApp) EXPECT added in v1.2.0

func (m *MockIApp) EXPECT() *MockIAppMockRecorder

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

func (*MockIApp) GetByID added in v1.2.0

func (m *MockIApp) GetByID(ctx context.Context, id uint64) (*storage.App, error)

GetByID mocks base method.

func (*MockIApp) IsNoRows added in v1.2.0

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

IsNoRows mocks base method.

func (*MockIApp) LastID added in v1.2.0

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

LastID mocks base method.

func (*MockIApp) Leaderboard added in v1.2.0

func (m *MockIApp) Leaderboard(ctx context.Context, fltrs storage.LeaderboardFilters) ([]storage.AppWithStats, error)

Leaderboard mocks base method.

func (*MockIApp) List added in v1.2.0

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

List mocks base method.

func (*MockIApp) Save added in v1.2.0

func (m_2 *MockIApp) Save(ctx context.Context, m *storage.App) error

Save mocks base method.

func (*MockIApp) Update added in v1.2.0

func (m_2 *MockIApp) Update(ctx context.Context, m *storage.App) error

Update mocks base method.

type MockIAppBySlugCall added in v1.2.0

type MockIAppBySlugCall struct {
	*gomock.Call
}

MockIAppBySlugCall wrap *gomock.Call

func (*MockIAppBySlugCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppBySlugCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppBySlugCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockIAppCursorListCall added in v1.2.0

type MockIAppCursorListCall struct {
	*gomock.Call
}

MockIAppCursorListCall wrap *gomock.Call

func (*MockIAppCursorListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppCursorListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppCursorListCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockIAppGetByIDCall added in v1.2.0

type MockIAppGetByIDCall struct {
	*gomock.Call
}

MockIAppGetByIDCall wrap *gomock.Call

func (*MockIAppGetByIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppGetByIDCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppGetByIDCall) Return added in v1.2.0

func (c *MockIAppGetByIDCall) Return(arg0 *storage.App, arg1 error) *MockIAppGetByIDCall

Return rewrite *gomock.Call.Return

type MockIAppIsNoRowsCall added in v1.2.0

type MockIAppIsNoRowsCall struct {
	*gomock.Call
}

MockIAppIsNoRowsCall wrap *gomock.Call

func (*MockIAppIsNoRowsCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppIsNoRowsCall) DoAndReturn added in v1.2.0

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppIsNoRowsCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockIAppLastIDCall added in v1.2.0

type MockIAppLastIDCall struct {
	*gomock.Call
}

MockIAppLastIDCall wrap *gomock.Call

func (*MockIAppLastIDCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppLastIDCall) DoAndReturn added in v1.2.0

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppLastIDCall) Return added in v1.2.0

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

Return rewrite *gomock.Call.Return

type MockIAppLeaderboardCall added in v1.2.0

type MockIAppLeaderboardCall struct {
	*gomock.Call
}

MockIAppLeaderboardCall wrap *gomock.Call

func (*MockIAppLeaderboardCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppLeaderboardCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppLeaderboardCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockIAppListCall added in v1.2.0

type MockIAppListCall struct {
	*gomock.Call
}

MockIAppListCall wrap *gomock.Call

func (*MockIAppListCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppListCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppListCall) Return added in v1.2.0

func (c *MockIAppListCall) Return(arg0 []*storage.App, arg1 error) *MockIAppListCall

Return rewrite *gomock.Call.Return

type MockIAppMockRecorder added in v1.2.0

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

MockIAppMockRecorder is the mock recorder for MockIApp.

func (*MockIAppMockRecorder) BySlug added in v1.2.0

func (mr *MockIAppMockRecorder) BySlug(ctx, slug any) *MockIAppBySlugCall

BySlug indicates an expected call of BySlug.

func (*MockIAppMockRecorder) CursorList added in v1.2.0

func (mr *MockIAppMockRecorder) CursorList(ctx, id, limit, order, cmp any) *MockIAppCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIAppMockRecorder) GetByID added in v1.2.0

func (mr *MockIAppMockRecorder) GetByID(ctx, id any) *MockIAppGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIAppMockRecorder) IsNoRows added in v1.2.0

func (mr *MockIAppMockRecorder) IsNoRows(err any) *MockIAppIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIAppMockRecorder) LastID added in v1.2.0

func (mr *MockIAppMockRecorder) LastID(ctx any) *MockIAppLastIDCall

LastID indicates an expected call of LastID.

func (*MockIAppMockRecorder) Leaderboard added in v1.2.0

func (mr *MockIAppMockRecorder) Leaderboard(ctx, fltrs any) *MockIAppLeaderboardCall

Leaderboard indicates an expected call of Leaderboard.

func (*MockIAppMockRecorder) List added in v1.2.0

func (mr *MockIAppMockRecorder) List(ctx, limit, offset, order any) *MockIAppListCall

List indicates an expected call of List.

func (*MockIAppMockRecorder) Save added in v1.2.0

func (mr *MockIAppMockRecorder) Save(ctx, m any) *MockIAppSaveCall

Save indicates an expected call of Save.

func (*MockIAppMockRecorder) Update added in v1.2.0

func (mr *MockIAppMockRecorder) Update(ctx, m any) *MockIAppUpdateCall

Update indicates an expected call of Update.

type MockIAppSaveCall added in v1.2.0

type MockIAppSaveCall struct {
	*gomock.Call
}

MockIAppSaveCall wrap *gomock.Call

func (*MockIAppSaveCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppSaveCall) DoAndReturn added in v1.2.0

func (c *MockIAppSaveCall) DoAndReturn(f func(context.Context, *storage.App) error) *MockIAppSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppSaveCall) Return added in v1.2.0

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

Return rewrite *gomock.Call.Return

type MockIAppUpdateCall added in v1.2.0

type MockIAppUpdateCall struct {
	*gomock.Call
}

MockIAppUpdateCall wrap *gomock.Call

func (*MockIAppUpdateCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockIAppUpdateCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIAppUpdateCall) Return added in v1.2.0

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

Return rewrite *gomock.Call.Return

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 MockIBalanceCursorListCall

type MockIBalanceCursorListCall struct {
	*gomock.Call
}

MockIBalanceCursorListCall wrap *gomock.Call

func (*MockIBalanceCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceGetByIDCall

type MockIBalanceGetByIDCall struct {
	*gomock.Call
}

MockIBalanceGetByIDCall wrap *gomock.Call

func (*MockIBalanceGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceIsNoRowsCall

type MockIBalanceIsNoRowsCall struct {
	*gomock.Call
}

MockIBalanceIsNoRowsCall wrap *gomock.Call

func (*MockIBalanceIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceLastIDCall

type MockIBalanceLastIDCall struct {
	*gomock.Call
}

MockIBalanceLastIDCall wrap *gomock.Call

func (*MockIBalanceLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceListCall

type MockIBalanceListCall struct {
	*gomock.Call
}

MockIBalanceListCall wrap *gomock.Call

func (*MockIBalanceListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceListCall) Return

Return rewrite *gomock.Call.Return

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) *MockIBalanceCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBalanceMockRecorder) GetByID

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) *MockIBalanceListCall

List indicates an expected call of List.

func (*MockIBalanceMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIBalanceMockRecorder) Update

Update indicates an expected call of Update.

type MockIBalanceSaveCall

type MockIBalanceSaveCall struct {
	*gomock.Call
}

MockIBalanceSaveCall wrap *gomock.Call

func (*MockIBalanceSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdate

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

MockIBalanceUpdate is a mock of IBalanceUpdate interface.

func NewMockIBalanceUpdate

func NewMockIBalanceUpdate(ctrl *gomock.Controller) *MockIBalanceUpdate

NewMockIBalanceUpdate creates a new mock instance.

func (*MockIBalanceUpdate) CursorList

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

CursorList mocks base method.

func (*MockIBalanceUpdate) EXPECT

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

func (*MockIBalanceUpdate) GetByID

GetByID mocks base method.

func (*MockIBalanceUpdate) IsNoRows

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

IsNoRows mocks base method.

func (*MockIBalanceUpdate) LastID

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

LastID mocks base method.

func (*MockIBalanceUpdate) List

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

List mocks base method.

func (*MockIBalanceUpdate) Save

Save mocks base method.

func (*MockIBalanceUpdate) Update

Update mocks base method.

type MockIBalanceUpdateCall

type MockIBalanceUpdateCall struct {
	*gomock.Call
}

MockIBalanceUpdateCall wrap *gomock.Call

func (*MockIBalanceUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdateCursorListCall

type MockIBalanceUpdateCursorListCall struct {
	*gomock.Call
}

MockIBalanceUpdateCursorListCall wrap *gomock.Call

func (*MockIBalanceUpdateCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdateGetByIDCall

type MockIBalanceUpdateGetByIDCall struct {
	*gomock.Call
}

MockIBalanceUpdateGetByIDCall wrap *gomock.Call

func (*MockIBalanceUpdateGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdateIsNoRowsCall

type MockIBalanceUpdateIsNoRowsCall struct {
	*gomock.Call
}

MockIBalanceUpdateIsNoRowsCall wrap *gomock.Call

func (*MockIBalanceUpdateIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdateLastIDCall

type MockIBalanceUpdateLastIDCall struct {
	*gomock.Call
}

MockIBalanceUpdateLastIDCall wrap *gomock.Call

func (*MockIBalanceUpdateLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdateListCall

type MockIBalanceUpdateListCall struct {
	*gomock.Call
}

MockIBalanceUpdateListCall wrap *gomock.Call

func (*MockIBalanceUpdateListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateListCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdateMockRecorder

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

MockIBalanceUpdateMockRecorder is the mock recorder for MockIBalanceUpdate.

func (*MockIBalanceUpdateMockRecorder) CursorList

func (mr *MockIBalanceUpdateMockRecorder) CursorList(ctx, id, limit, order, cmp any) *MockIBalanceUpdateCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBalanceUpdateMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIBalanceUpdateMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBalanceUpdateMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIBalanceUpdateMockRecorder) List

func (mr *MockIBalanceUpdateMockRecorder) List(ctx, limit, offset, order any) *MockIBalanceUpdateListCall

List indicates an expected call of List.

func (*MockIBalanceUpdateMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIBalanceUpdateMockRecorder) Update

Update indicates an expected call of Update.

type MockIBalanceUpdateSaveCall

type MockIBalanceUpdateSaveCall struct {
	*gomock.Call
}

MockIBalanceUpdateSaveCall wrap *gomock.Call

func (*MockIBalanceUpdateSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIBalanceUpdateUpdateCall

type MockIBalanceUpdateUpdateCall struct {
	*gomock.Call
}

MockIBalanceUpdateUpdateCall wrap *gomock.Call

func (*MockIBalanceUpdateUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBalanceUpdateUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBalanceUpdateUpdateCall) Return

Return rewrite *gomock.Call.Return

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, withStats bool) (storage.Block, error)

ByHeight 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

func (m *MockIBlock) ByProposer(ctx context.Context, proposerId uint64, limit, offset int, order storage0.SortOrder) ([]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) Update

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

Update mocks base method.

type MockIBlockByHashCall

type MockIBlockByHashCall struct {
	*gomock.Call
}

MockIBlockByHashCall wrap *gomock.Call

func (*MockIBlockByHashCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockByHashCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockByHashCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockByHeightCall

type MockIBlockByHeightCall struct {
	*gomock.Call
}

MockIBlockByHeightCall wrap *gomock.Call

func (*MockIBlockByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockByHeightCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockByIdWithRelationsCall

type MockIBlockByIdWithRelationsCall struct {
	*gomock.Call
}

MockIBlockByIdWithRelationsCall wrap *gomock.Call

func (*MockIBlockByIdWithRelationsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockByIdWithRelationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockByIdWithRelationsCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockByProposerCall

type MockIBlockByProposerCall struct {
	*gomock.Call
}

MockIBlockByProposerCall wrap *gomock.Call

func (*MockIBlockByProposerCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockByProposerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockByProposerCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockCursorListCall

type MockIBlockCursorListCall struct {
	*gomock.Call
}

MockIBlockCursorListCall wrap *gomock.Call

func (*MockIBlockCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockGetByIDCall

type MockIBlockGetByIDCall struct {
	*gomock.Call
}

MockIBlockGetByIDCall wrap *gomock.Call

func (*MockIBlockGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockIsNoRowsCall

type MockIBlockIsNoRowsCall struct {
	*gomock.Call
}

MockIBlockIsNoRowsCall wrap *gomock.Call

func (*MockIBlockIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockIsNoRowsCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockLastCall

type MockIBlockLastCall struct {
	*gomock.Call
}

MockIBlockLastCall wrap *gomock.Call

func (*MockIBlockLastCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockLastCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockLastCall) Return

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

Return rewrite *gomock.Call.Return

type MockIBlockLastIDCall

type MockIBlockLastIDCall struct {
	*gomock.Call
}

MockIBlockLastIDCall wrap *gomock.Call

func (*MockIBlockLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockLastIDCall) Return

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

Return rewrite *gomock.Call.Return

type MockIBlockListCall

type MockIBlockListCall struct {
	*gomock.Call
}

MockIBlockListCall wrap *gomock.Call

func (*MockIBlockListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockListCall) Return

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

Return rewrite *gomock.Call.Return

type MockIBlockListWithStatsCall

type MockIBlockListWithStatsCall struct {
	*gomock.Call
}

MockIBlockListWithStatsCall wrap *gomock.Call

func (*MockIBlockListWithStatsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockListWithStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockListWithStatsCall) Return

Return rewrite *gomock.Call.Return

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) *MockIBlockByHashCall

ByHash indicates an expected call of ByHash.

func (*MockIBlockMockRecorder) ByHeight

func (mr *MockIBlockMockRecorder) ByHeight(ctx, height, withStats any) *MockIBlockByHeightCall

ByHeight indicates an expected call of ByHeight.

func (*MockIBlockMockRecorder) ByIdWithRelations

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

ByIdWithRelations indicates an expected call of ByIdWithRelations.

func (*MockIBlockMockRecorder) ByProposer

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

ByProposer indicates an expected call of ByProposer.

func (*MockIBlockMockRecorder) CursorList

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

CursorList indicates an expected call of CursorList.

func (*MockIBlockMockRecorder) GetByID

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

GetByID indicates an expected call of GetByID.

func (*MockIBlockMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBlockMockRecorder) Last

Last indicates an expected call of Last.

func (*MockIBlockMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIBlockMockRecorder) List

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

List indicates an expected call of List.

func (*MockIBlockMockRecorder) ListWithStats

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

ListWithStats indicates an expected call of ListWithStats.

func (*MockIBlockMockRecorder) Save

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

Save indicates an expected call of Save.

func (*MockIBlockMockRecorder) Update

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

Update indicates an expected call of Update.

type MockIBlockSaveCall

type MockIBlockSaveCall struct {
	*gomock.Call
}

MockIBlockSaveCall wrap *gomock.Call

func (*MockIBlockSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSaveCall) Return

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

Return rewrite *gomock.Call.Return

type MockIBlockSignature

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

MockIBlockSignature is a mock of IBlockSignature interface.

func NewMockIBlockSignature

func NewMockIBlockSignature(ctrl *gomock.Controller) *MockIBlockSignature

NewMockIBlockSignature creates a new mock instance.

func (*MockIBlockSignature) CursorList

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

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

func (*MockIBlockSignature) GetByID

GetByID mocks base method.

func (*MockIBlockSignature) IsNoRows

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

IsNoRows mocks base method.

func (*MockIBlockSignature) LastID

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

LastID mocks base method.

func (*MockIBlockSignature) LevelsByValidator

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

LevelsByValidator mocks base method.

func (*MockIBlockSignature) List

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

List mocks base method.

func (*MockIBlockSignature) Save

Save mocks base method.

func (*MockIBlockSignature) Update

Update mocks base method.

type MockIBlockSignatureCursorListCall

type MockIBlockSignatureCursorListCall struct {
	*gomock.Call
}

MockIBlockSignatureCursorListCall wrap *gomock.Call

func (*MockIBlockSignatureCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockSignatureGetByIDCall

type MockIBlockSignatureGetByIDCall struct {
	*gomock.Call
}

MockIBlockSignatureGetByIDCall wrap *gomock.Call

func (*MockIBlockSignatureGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockSignatureIsNoRowsCall

type MockIBlockSignatureIsNoRowsCall struct {
	*gomock.Call
}

MockIBlockSignatureIsNoRowsCall wrap *gomock.Call

func (*MockIBlockSignatureIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockSignatureLastIDCall

type MockIBlockSignatureLastIDCall struct {
	*gomock.Call
}

MockIBlockSignatureLastIDCall wrap *gomock.Call

func (*MockIBlockSignatureLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockSignatureLevelsByValidatorCall

type MockIBlockSignatureLevelsByValidatorCall struct {
	*gomock.Call
}

MockIBlockSignatureLevelsByValidatorCall wrap *gomock.Call

func (*MockIBlockSignatureLevelsByValidatorCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureLevelsByValidatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureLevelsByValidatorCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockSignatureListCall

type MockIBlockSignatureListCall struct {
	*gomock.Call
}

MockIBlockSignatureListCall wrap *gomock.Call

func (*MockIBlockSignatureListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureListCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockSignatureMockRecorder

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

MockIBlockSignatureMockRecorder is the mock recorder for MockIBlockSignature.

func (*MockIBlockSignatureMockRecorder) CursorList

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

CursorList indicates an expected call of CursorList.

func (*MockIBlockSignatureMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIBlockSignatureMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBlockSignatureMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIBlockSignatureMockRecorder) LevelsByValidator

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

LevelsByValidator indicates an expected call of LevelsByValidator.

func (*MockIBlockSignatureMockRecorder) List

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

List indicates an expected call of List.

func (*MockIBlockSignatureMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIBlockSignatureMockRecorder) Update

Update indicates an expected call of Update.

type MockIBlockSignatureSaveCall

type MockIBlockSignatureSaveCall struct {
	*gomock.Call
}

MockIBlockSignatureSaveCall wrap *gomock.Call

func (*MockIBlockSignatureSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIBlockSignatureUpdateCall

type MockIBlockSignatureUpdateCall struct {
	*gomock.Call
}

MockIBlockSignatureUpdateCall wrap *gomock.Call

func (*MockIBlockSignatureUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockSignatureUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockSignatureUpdateCall) Return

Return rewrite *gomock.Call.Return

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.

type MockIBlockStatsByHeightCall

type MockIBlockStatsByHeightCall struct {
	*gomock.Call
}

MockIBlockStatsByHeightCall wrap *gomock.Call

func (*MockIBlockStatsByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockStatsByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockStatsByHeightCall) Return

Return rewrite *gomock.Call.Return

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) *MockIBlockStatsByHeightCall

ByHeight indicates an expected call of ByHeight.

type MockIBlockUpdateCall

type MockIBlockUpdateCall struct {
	*gomock.Call
}

MockIBlockUpdateCall wrap *gomock.Call

func (*MockIBlockUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBlockUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBlockUpdateCall) Return

Return rewrite *gomock.Call.Return

type MockIBridge

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

MockIBridge is a mock of IBridge interface.

func NewMockIBridge

func NewMockIBridge(ctrl *gomock.Controller) *MockIBridge

NewMockIBridge creates a new mock instance.

func (*MockIBridge) ByAddress

func (m *MockIBridge) ByAddress(ctx context.Context, addressId uint64) (storage.Bridge, error)

ByAddress mocks base method.

func (*MockIBridge) ById added in v1.1.0

func (m *MockIBridge) ById(ctx context.Context, id uint64) (storage.Bridge, error)

ById mocks base method.

func (*MockIBridge) ByRoles

func (m *MockIBridge) ByRoles(ctx context.Context, addressId uint64, limit, offset int) ([]storage.Bridge, error)

ByRoles mocks base method.

func (*MockIBridge) ByRollup

func (m *MockIBridge) ByRollup(ctx context.Context, rollupId uint64, limit, offset int) ([]storage.Bridge, error)

ByRollup mocks base method.

func (*MockIBridge) CursorList

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

CursorList mocks base method.

func (*MockIBridge) EXPECT

func (m *MockIBridge) EXPECT() *MockIBridgeMockRecorder

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

func (*MockIBridge) GetByID

func (m *MockIBridge) GetByID(ctx context.Context, id uint64) (*storage.Bridge, error)

GetByID mocks base method.

func (*MockIBridge) IsNoRows

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

IsNoRows mocks base method.

func (*MockIBridge) LastID

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

LastID mocks base method.

func (*MockIBridge) List

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

List mocks base method.

func (*MockIBridge) ListWithAddress added in v1.1.0

func (m *MockIBridge) ListWithAddress(ctx context.Context, limit, offset int) ([]storage.Bridge, error)

ListWithAddress mocks base method.

func (*MockIBridge) Save

func (m_2 *MockIBridge) Save(ctx context.Context, m *storage.Bridge) error

Save mocks base method.

func (*MockIBridge) Update

func (m_2 *MockIBridge) Update(ctx context.Context, m *storage.Bridge) error

Update mocks base method.

type MockIBridgeByAddressCall

type MockIBridgeByAddressCall struct {
	*gomock.Call
}

MockIBridgeByAddressCall wrap *gomock.Call

func (*MockIBridgeByAddressCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeByAddressCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeByAddressCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeByIdCall added in v1.1.0

type MockIBridgeByIdCall struct {
	*gomock.Call
}

MockIBridgeByIdCall wrap *gomock.Call

func (*MockIBridgeByIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIBridgeByIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeByIdCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIBridgeByRolesCall

type MockIBridgeByRolesCall struct {
	*gomock.Call
}

MockIBridgeByRolesCall wrap *gomock.Call

func (*MockIBridgeByRolesCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeByRolesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeByRolesCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeByRollupCall

type MockIBridgeByRollupCall struct {
	*gomock.Call
}

MockIBridgeByRollupCall wrap *gomock.Call

func (*MockIBridgeByRollupCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeByRollupCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeByRollupCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeCursorListCall

type MockIBridgeCursorListCall struct {
	*gomock.Call
}

MockIBridgeCursorListCall wrap *gomock.Call

func (*MockIBridgeCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeGetByIDCall

type MockIBridgeGetByIDCall struct {
	*gomock.Call
}

MockIBridgeGetByIDCall wrap *gomock.Call

func (*MockIBridgeGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeIsNoRowsCall

type MockIBridgeIsNoRowsCall struct {
	*gomock.Call
}

MockIBridgeIsNoRowsCall wrap *gomock.Call

func (*MockIBridgeIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeIsNoRowsCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeLastIDCall

type MockIBridgeLastIDCall struct {
	*gomock.Call
}

MockIBridgeLastIDCall wrap *gomock.Call

func (*MockIBridgeLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeListCall

type MockIBridgeListCall struct {
	*gomock.Call
}

MockIBridgeListCall wrap *gomock.Call

func (*MockIBridgeListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeListCall) Return

func (c *MockIBridgeListCall) Return(arg0 []*storage.Bridge, arg1 error) *MockIBridgeListCall

Return rewrite *gomock.Call.Return

type MockIBridgeListWithAddressCall added in v1.1.0

type MockIBridgeListWithAddressCall struct {
	*gomock.Call
}

MockIBridgeListWithAddressCall wrap *gomock.Call

func (*MockIBridgeListWithAddressCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIBridgeListWithAddressCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeListWithAddressCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIBridgeMockRecorder

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

MockIBridgeMockRecorder is the mock recorder for MockIBridge.

func (*MockIBridgeMockRecorder) ByAddress

func (mr *MockIBridgeMockRecorder) ByAddress(ctx, addressId any) *MockIBridgeByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockIBridgeMockRecorder) ById added in v1.1.0

func (mr *MockIBridgeMockRecorder) ById(ctx, id any) *MockIBridgeByIdCall

ById indicates an expected call of ById.

func (*MockIBridgeMockRecorder) ByRoles

func (mr *MockIBridgeMockRecorder) ByRoles(ctx, addressId, limit, offset any) *MockIBridgeByRolesCall

ByRoles indicates an expected call of ByRoles.

func (*MockIBridgeMockRecorder) ByRollup

func (mr *MockIBridgeMockRecorder) ByRollup(ctx, rollupId, limit, offset any) *MockIBridgeByRollupCall

ByRollup indicates an expected call of ByRollup.

func (*MockIBridgeMockRecorder) CursorList

func (mr *MockIBridgeMockRecorder) CursorList(ctx, id, limit, order, cmp any) *MockIBridgeCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBridgeMockRecorder) GetByID

func (mr *MockIBridgeMockRecorder) GetByID(ctx, id any) *MockIBridgeGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIBridgeMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBridgeMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIBridgeMockRecorder) List

func (mr *MockIBridgeMockRecorder) List(ctx, limit, offset, order any) *MockIBridgeListCall

List indicates an expected call of List.

func (*MockIBridgeMockRecorder) ListWithAddress added in v1.1.0

func (mr *MockIBridgeMockRecorder) ListWithAddress(ctx, limit, offset any) *MockIBridgeListWithAddressCall

ListWithAddress indicates an expected call of ListWithAddress.

func (*MockIBridgeMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIBridgeMockRecorder) Update

Update indicates an expected call of Update.

type MockIBridgeSaveCall

type MockIBridgeSaveCall struct {
	*gomock.Call
}

MockIBridgeSaveCall wrap *gomock.Call

func (*MockIBridgeSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIBridgeUpdateCall

type MockIBridgeUpdateCall struct {
	*gomock.Call
}

MockIBridgeUpdateCall wrap *gomock.Call

func (*MockIBridgeUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIBridgeUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIBridgeUpdateCall) Return

Return rewrite *gomock.Call.Return

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.

func (*MockIConstant) IsNoRows

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

IsNoRows mocks base method.

type MockIConstantAllCall

type MockIConstantAllCall struct {
	*gomock.Call
}

MockIConstantAllCall wrap *gomock.Call

func (*MockIConstantAllCall) Do

Do rewrite *gomock.Call.Do

func (*MockIConstantAllCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIConstantAllCall) Return

Return rewrite *gomock.Call.Return

type MockIConstantByModuleCall

type MockIConstantByModuleCall struct {
	*gomock.Call
}

MockIConstantByModuleCall wrap *gomock.Call

func (*MockIConstantByModuleCall) Do

Do rewrite *gomock.Call.Do

func (*MockIConstantByModuleCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIConstantByModuleCall) Return

Return rewrite *gomock.Call.Return

type MockIConstantGetCall

type MockIConstantGetCall struct {
	*gomock.Call
}

MockIConstantGetCall wrap *gomock.Call

func (*MockIConstantGetCall) Do

Do rewrite *gomock.Call.Do

func (*MockIConstantGetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIConstantGetCall) Return

Return rewrite *gomock.Call.Return

type MockIConstantIsNoRowsCall

type MockIConstantIsNoRowsCall struct {
	*gomock.Call
}

MockIConstantIsNoRowsCall wrap *gomock.Call

func (*MockIConstantIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIConstantIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIConstantIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

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) *MockIConstantByModuleCall

ByModule indicates an expected call of ByModule.

func (*MockIConstantMockRecorder) Get

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

Get indicates an expected call of Get.

func (*MockIConstantMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

type MockIDeposit added in v1.1.0

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

MockIDeposit is a mock of IDeposit interface.

func NewMockIDeposit added in v1.1.0

func NewMockIDeposit(ctrl *gomock.Controller) *MockIDeposit

NewMockIDeposit creates a new mock instance.

func (*MockIDeposit) ByBridgeId added in v1.1.0

func (m *MockIDeposit) ByBridgeId(ctx context.Context, bridgeId uint64, limit, offset int, sort storage0.SortOrder) ([]storage.Deposit, error)

ByBridgeId mocks base method.

func (*MockIDeposit) ByRollupId added in v1.1.0

func (m *MockIDeposit) ByRollupId(ctx context.Context, rollupId uint64, limit, offset int, sort storage0.SortOrder) ([]storage.Deposit, error)

ByRollupId mocks base method.

func (*MockIDeposit) CursorList added in v1.1.0

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

CursorList mocks base method.

func (*MockIDeposit) EXPECT added in v1.1.0

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

func (*MockIDeposit) GetByID added in v1.1.0

func (m *MockIDeposit) GetByID(ctx context.Context, id uint64) (*storage.Deposit, error)

GetByID mocks base method.

func (*MockIDeposit) IsNoRows added in v1.1.0

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

IsNoRows mocks base method.

func (*MockIDeposit) LastID added in v1.1.0

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

LastID mocks base method.

func (*MockIDeposit) List added in v1.1.0

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

List mocks base method.

func (*MockIDeposit) Save added in v1.1.0

func (m_2 *MockIDeposit) Save(ctx context.Context, m *storage.Deposit) error

Save mocks base method.

func (*MockIDeposit) Update added in v1.1.0

func (m_2 *MockIDeposit) Update(ctx context.Context, m *storage.Deposit) error

Update mocks base method.

type MockIDepositByBridgeIdCall added in v1.1.0

type MockIDepositByBridgeIdCall struct {
	*gomock.Call
}

MockIDepositByBridgeIdCall wrap *gomock.Call

func (*MockIDepositByBridgeIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositByBridgeIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositByBridgeIdCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositByRollupIdCall added in v1.1.0

type MockIDepositByRollupIdCall struct {
	*gomock.Call
}

MockIDepositByRollupIdCall wrap *gomock.Call

func (*MockIDepositByRollupIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositByRollupIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositByRollupIdCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositCursorListCall added in v1.1.0

type MockIDepositCursorListCall struct {
	*gomock.Call
}

MockIDepositCursorListCall wrap *gomock.Call

func (*MockIDepositCursorListCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositCursorListCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositCursorListCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositGetByIDCall added in v1.1.0

type MockIDepositGetByIDCall struct {
	*gomock.Call
}

MockIDepositGetByIDCall wrap *gomock.Call

func (*MockIDepositGetByIDCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositGetByIDCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositGetByIDCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositIsNoRowsCall added in v1.1.0

type MockIDepositIsNoRowsCall struct {
	*gomock.Call
}

MockIDepositIsNoRowsCall wrap *gomock.Call

func (*MockIDepositIsNoRowsCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositIsNoRowsCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositIsNoRowsCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositLastIDCall added in v1.1.0

type MockIDepositLastIDCall struct {
	*gomock.Call
}

MockIDepositLastIDCall wrap *gomock.Call

func (*MockIDepositLastIDCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositLastIDCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositLastIDCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositListCall added in v1.1.0

type MockIDepositListCall struct {
	*gomock.Call
}

MockIDepositListCall wrap *gomock.Call

func (*MockIDepositListCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositListCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositListCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositMockRecorder added in v1.1.0

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

MockIDepositMockRecorder is the mock recorder for MockIDeposit.

func (*MockIDepositMockRecorder) ByBridgeId added in v1.1.0

func (mr *MockIDepositMockRecorder) ByBridgeId(ctx, bridgeId, limit, offset, sort any) *MockIDepositByBridgeIdCall

ByBridgeId indicates an expected call of ByBridgeId.

func (*MockIDepositMockRecorder) ByRollupId added in v1.1.0

func (mr *MockIDepositMockRecorder) ByRollupId(ctx, rollupId, limit, offset, sort any) *MockIDepositByRollupIdCall

ByRollupId indicates an expected call of ByRollupId.

func (*MockIDepositMockRecorder) CursorList added in v1.1.0

func (mr *MockIDepositMockRecorder) CursorList(ctx, id, limit, order, cmp any) *MockIDepositCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIDepositMockRecorder) GetByID added in v1.1.0

GetByID indicates an expected call of GetByID.

func (*MockIDepositMockRecorder) IsNoRows added in v1.1.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockIDepositMockRecorder) LastID added in v1.1.0

LastID indicates an expected call of LastID.

func (*MockIDepositMockRecorder) List added in v1.1.0

func (mr *MockIDepositMockRecorder) List(ctx, limit, offset, order any) *MockIDepositListCall

List indicates an expected call of List.

func (*MockIDepositMockRecorder) Save added in v1.1.0

Save indicates an expected call of Save.

func (*MockIDepositMockRecorder) Update added in v1.1.0

Update indicates an expected call of Update.

type MockIDepositSaveCall added in v1.1.0

type MockIDepositSaveCall struct {
	*gomock.Call
}

MockIDepositSaveCall wrap *gomock.Call

func (*MockIDepositSaveCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositSaveCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositSaveCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIDepositUpdateCall added in v1.1.0

type MockIDepositUpdateCall struct {
	*gomock.Call
}

MockIDepositUpdateCall wrap *gomock.Call

func (*MockIDepositUpdateCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIDepositUpdateCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIDepositUpdateCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIFee added in v1.1.0

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

MockIFee is a mock of IFee interface.

func NewMockIFee added in v1.1.0

func NewMockIFee(ctrl *gomock.Controller) *MockIFee

NewMockIFee creates a new mock instance.

func (*MockIFee) ByPayerId added in v1.1.0

func (m *MockIFee) ByPayerId(ctx context.Context, id uint64, limit, offset int, sort storage0.SortOrder) ([]storage.Fee, error)

ByPayerId mocks base method.

func (*MockIFee) ByTxId added in v1.1.0

func (m *MockIFee) ByTxId(ctx context.Context, id uint64, limit, offset int) ([]storage.Fee, error)

ByTxId mocks base method.

func (*MockIFee) CursorList added in v1.1.0

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

CursorList mocks base method.

func (*MockIFee) EXPECT added in v1.1.0

func (m *MockIFee) EXPECT() *MockIFeeMockRecorder

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

func (*MockIFee) GetByID added in v1.1.0

func (m *MockIFee) GetByID(ctx context.Context, id uint64) (*storage.Fee, error)

GetByID mocks base method.

func (*MockIFee) IsNoRows added in v1.1.0

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

IsNoRows mocks base method.

func (*MockIFee) LastID added in v1.1.0

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

LastID mocks base method.

func (*MockIFee) List added in v1.1.0

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

List mocks base method.

func (*MockIFee) Save added in v1.1.0

func (m_2 *MockIFee) Save(ctx context.Context, m *storage.Fee) error

Save mocks base method.

func (*MockIFee) Update added in v1.1.0

func (m_2 *MockIFee) Update(ctx context.Context, m *storage.Fee) error

Update mocks base method.

type MockIFeeByPayerIdCall added in v1.1.0

type MockIFeeByPayerIdCall struct {
	*gomock.Call
}

MockIFeeByPayerIdCall wrap *gomock.Call

func (*MockIFeeByPayerIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeByPayerIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeByPayerIdCall) Return added in v1.1.0

func (c *MockIFeeByPayerIdCall) Return(arg0 []storage.Fee, arg1 error) *MockIFeeByPayerIdCall

Return rewrite *gomock.Call.Return

type MockIFeeByTxIdCall added in v1.1.0

type MockIFeeByTxIdCall struct {
	*gomock.Call
}

MockIFeeByTxIdCall wrap *gomock.Call

func (*MockIFeeByTxIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeByTxIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeByTxIdCall) Return added in v1.1.0

func (c *MockIFeeByTxIdCall) Return(arg0 []storage.Fee, arg1 error) *MockIFeeByTxIdCall

Return rewrite *gomock.Call.Return

type MockIFeeCursorListCall added in v1.1.0

type MockIFeeCursorListCall struct {
	*gomock.Call
}

MockIFeeCursorListCall wrap *gomock.Call

func (*MockIFeeCursorListCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeCursorListCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeCursorListCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIFeeGetByIDCall added in v1.1.0

type MockIFeeGetByIDCall struct {
	*gomock.Call
}

MockIFeeGetByIDCall wrap *gomock.Call

func (*MockIFeeGetByIDCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeGetByIDCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeGetByIDCall) Return added in v1.1.0

func (c *MockIFeeGetByIDCall) Return(arg0 *storage.Fee, arg1 error) *MockIFeeGetByIDCall

Return rewrite *gomock.Call.Return

type MockIFeeIsNoRowsCall added in v1.1.0

type MockIFeeIsNoRowsCall struct {
	*gomock.Call
}

MockIFeeIsNoRowsCall wrap *gomock.Call

func (*MockIFeeIsNoRowsCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeIsNoRowsCall) DoAndReturn added in v1.1.0

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeIsNoRowsCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIFeeLastIDCall added in v1.1.0

type MockIFeeLastIDCall struct {
	*gomock.Call
}

MockIFeeLastIDCall wrap *gomock.Call

func (*MockIFeeLastIDCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeLastIDCall) DoAndReturn added in v1.1.0

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeLastIDCall) Return added in v1.1.0

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

Return rewrite *gomock.Call.Return

type MockIFeeListCall added in v1.1.0

type MockIFeeListCall struct {
	*gomock.Call
}

MockIFeeListCall wrap *gomock.Call

func (*MockIFeeListCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeListCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeListCall) Return added in v1.1.0

func (c *MockIFeeListCall) Return(arg0 []*storage.Fee, arg1 error) *MockIFeeListCall

Return rewrite *gomock.Call.Return

type MockIFeeMockRecorder added in v1.1.0

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

MockIFeeMockRecorder is the mock recorder for MockIFee.

func (*MockIFeeMockRecorder) ByPayerId added in v1.1.0

func (mr *MockIFeeMockRecorder) ByPayerId(ctx, id, limit, offset, sort any) *MockIFeeByPayerIdCall

ByPayerId indicates an expected call of ByPayerId.

func (*MockIFeeMockRecorder) ByTxId added in v1.1.0

func (mr *MockIFeeMockRecorder) ByTxId(ctx, id, limit, offset any) *MockIFeeByTxIdCall

ByTxId indicates an expected call of ByTxId.

func (*MockIFeeMockRecorder) CursorList added in v1.1.0

func (mr *MockIFeeMockRecorder) CursorList(ctx, id, limit, order, cmp any) *MockIFeeCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIFeeMockRecorder) GetByID added in v1.1.0

func (mr *MockIFeeMockRecorder) GetByID(ctx, id any) *MockIFeeGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIFeeMockRecorder) IsNoRows added in v1.1.0

func (mr *MockIFeeMockRecorder) IsNoRows(err any) *MockIFeeIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIFeeMockRecorder) LastID added in v1.1.0

func (mr *MockIFeeMockRecorder) LastID(ctx any) *MockIFeeLastIDCall

LastID indicates an expected call of LastID.

func (*MockIFeeMockRecorder) List added in v1.1.0

func (mr *MockIFeeMockRecorder) List(ctx, limit, offset, order any) *MockIFeeListCall

List indicates an expected call of List.

func (*MockIFeeMockRecorder) Save added in v1.1.0

func (mr *MockIFeeMockRecorder) Save(ctx, m any) *MockIFeeSaveCall

Save indicates an expected call of Save.

func (*MockIFeeMockRecorder) Update added in v1.1.0

func (mr *MockIFeeMockRecorder) Update(ctx, m any) *MockIFeeUpdateCall

Update indicates an expected call of Update.

type MockIFeeSaveCall added in v1.1.0

type MockIFeeSaveCall struct {
	*gomock.Call
}

MockIFeeSaveCall wrap *gomock.Call

func (*MockIFeeSaveCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeSaveCall) DoAndReturn added in v1.1.0

func (c *MockIFeeSaveCall) DoAndReturn(f func(context.Context, *storage.Fee) error) *MockIFeeSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeSaveCall) Return added in v1.1.0

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

Return rewrite *gomock.Call.Return

type MockIFeeUpdateCall added in v1.1.0

type MockIFeeUpdateCall struct {
	*gomock.Call
}

MockIFeeUpdateCall wrap *gomock.Call

func (*MockIFeeUpdateCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIFeeUpdateCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIFeeUpdateCall) Return added in v1.1.0

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

Return rewrite *gomock.Call.Return

type MockIRollup

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

MockIRollup is a mock of IRollup interface.

func NewMockIRollup

func NewMockIRollup(ctrl *gomock.Controller) *MockIRollup

NewMockIRollup creates a new mock instance.

func (*MockIRollup) ActionsByHeight

func (m *MockIRollup) ActionsByHeight(ctx context.Context, height types.Level, limit, offset int) ([]storage.RollupAction, error)

ActionsByHeight mocks base method.

func (*MockIRollup) ActionsByTxId

func (m *MockIRollup) ActionsByTxId(ctx context.Context, txId uint64, limit, offset int) ([]storage.RollupAction, error)

ActionsByTxId mocks base method.

func (*MockIRollup) Addresses

func (m *MockIRollup) Addresses(ctx context.Context, rollupId uint64, limit, offset int, sort storage0.SortOrder) ([]storage.RollupAddress, error)

Addresses mocks base method.

func (*MockIRollup) ByHash

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

ByHash mocks base method.

func (*MockIRollup) CountActionsByHeight

func (m *MockIRollup) CountActionsByHeight(ctx context.Context, height types.Level) (int64, error)

CountActionsByHeight mocks base method.

func (*MockIRollup) CountActionsByTxId

func (m *MockIRollup) CountActionsByTxId(ctx context.Context, txId uint64) (int64, error)

CountActionsByTxId mocks base method.

func (*MockIRollup) CursorList

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) EXPECT

func (m *MockIRollup) EXPECT() *MockIRollupMockRecorder

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

func (*MockIRollup) GetByID

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

GetByID mocks base method.

func (*MockIRollup) IsNoRows

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

IsNoRows mocks base method.

func (*MockIRollup) LastID

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

LastID mocks base method.

func (*MockIRollup) List

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

List mocks base method.

func (*MockIRollup) ListExt

func (m *MockIRollup) ListExt(ctx context.Context, fltrs storage.RollupListFilter) ([]storage.Rollup, error)

ListExt mocks base method.

func (*MockIRollup) ListRollupsByAddress

func (m *MockIRollup) ListRollupsByAddress(ctx context.Context, addressId uint64, limit, offset int, sort storage0.SortOrder) ([]storage.RollupAddress, error)

ListRollupsByAddress mocks base method.

func (*MockIRollup) Save

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

Save mocks base method.

func (*MockIRollup) Update

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

Update mocks base method.

type MockIRollupActionsByHeightCall

type MockIRollupActionsByHeightCall struct {
	*gomock.Call
}

MockIRollupActionsByHeightCall wrap *gomock.Call

func (*MockIRollupActionsByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupActionsByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupActionsByHeightCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupActionsByTxIdCall

type MockIRollupActionsByTxIdCall struct {
	*gomock.Call
}

MockIRollupActionsByTxIdCall wrap *gomock.Call

func (*MockIRollupActionsByTxIdCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupActionsByTxIdCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupActionsByTxIdCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupAddressesCall

type MockIRollupAddressesCall struct {
	*gomock.Call
}

MockIRollupAddressesCall wrap *gomock.Call

func (*MockIRollupAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupAddressesCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupByHashCall

type MockIRollupByHashCall struct {
	*gomock.Call
}

MockIRollupByHashCall wrap *gomock.Call

func (*MockIRollupByHashCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupByHashCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupByHashCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupCountActionsByHeightCall

type MockIRollupCountActionsByHeightCall struct {
	*gomock.Call
}

MockIRollupCountActionsByHeightCall wrap *gomock.Call

func (*MockIRollupCountActionsByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupCountActionsByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupCountActionsByHeightCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupCountActionsByTxIdCall

type MockIRollupCountActionsByTxIdCall struct {
	*gomock.Call
}

MockIRollupCountActionsByTxIdCall wrap *gomock.Call

func (*MockIRollupCountActionsByTxIdCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupCountActionsByTxIdCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupCountActionsByTxIdCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupCursorListCall

type MockIRollupCursorListCall struct {
	*gomock.Call
}

MockIRollupCursorListCall wrap *gomock.Call

func (*MockIRollupCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupGetByIDCall

type MockIRollupGetByIDCall struct {
	*gomock.Call
}

MockIRollupGetByIDCall wrap *gomock.Call

func (*MockIRollupGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupIsNoRowsCall

type MockIRollupIsNoRowsCall struct {
	*gomock.Call
}

MockIRollupIsNoRowsCall wrap *gomock.Call

func (*MockIRollupIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupIsNoRowsCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupLastIDCall

type MockIRollupLastIDCall struct {
	*gomock.Call
}

MockIRollupLastIDCall wrap *gomock.Call

func (*MockIRollupLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupListCall

type MockIRollupListCall struct {
	*gomock.Call
}

MockIRollupListCall wrap *gomock.Call

func (*MockIRollupListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupListCall) Return

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

Return rewrite *gomock.Call.Return

type MockIRollupListExtCall

type MockIRollupListExtCall struct {
	*gomock.Call
}

MockIRollupListExtCall wrap *gomock.Call

func (*MockIRollupListExtCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupListExtCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupListExtCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupListRollupsByAddressCall

type MockIRollupListRollupsByAddressCall struct {
	*gomock.Call
}

MockIRollupListRollupsByAddressCall wrap *gomock.Call

func (*MockIRollupListRollupsByAddressCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupListRollupsByAddressCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupListRollupsByAddressCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupMockRecorder

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

MockIRollupMockRecorder is the mock recorder for MockIRollup.

func (*MockIRollupMockRecorder) ActionsByHeight

func (mr *MockIRollupMockRecorder) ActionsByHeight(ctx, height, limit, offset any) *MockIRollupActionsByHeightCall

ActionsByHeight indicates an expected call of ActionsByHeight.

func (*MockIRollupMockRecorder) ActionsByTxId

func (mr *MockIRollupMockRecorder) ActionsByTxId(ctx, txId, limit, offset any) *MockIRollupActionsByTxIdCall

ActionsByTxId indicates an expected call of ActionsByTxId.

func (*MockIRollupMockRecorder) Addresses

func (mr *MockIRollupMockRecorder) Addresses(ctx, rollupId, limit, offset, sort any) *MockIRollupAddressesCall

Addresses indicates an expected call of Addresses.

func (*MockIRollupMockRecorder) ByHash

func (mr *MockIRollupMockRecorder) ByHash(ctx, hash any) *MockIRollupByHashCall

ByHash indicates an expected call of ByHash.

func (*MockIRollupMockRecorder) CountActionsByHeight

func (mr *MockIRollupMockRecorder) CountActionsByHeight(ctx, height any) *MockIRollupCountActionsByHeightCall

CountActionsByHeight indicates an expected call of CountActionsByHeight.

func (*MockIRollupMockRecorder) CountActionsByTxId

func (mr *MockIRollupMockRecorder) CountActionsByTxId(ctx, txId any) *MockIRollupCountActionsByTxIdCall

CountActionsByTxId indicates an expected call of CountActionsByTxId.

func (*MockIRollupMockRecorder) CursorList

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

CursorList indicates an expected call of CursorList.

func (*MockIRollupMockRecorder) GetByID

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

GetByID indicates an expected call of GetByID.

func (*MockIRollupMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIRollupMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIRollupMockRecorder) List

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

List indicates an expected call of List.

func (*MockIRollupMockRecorder) ListExt

func (mr *MockIRollupMockRecorder) ListExt(ctx, fltrs any) *MockIRollupListExtCall

ListExt indicates an expected call of ListExt.

func (*MockIRollupMockRecorder) ListRollupsByAddress

func (mr *MockIRollupMockRecorder) ListRollupsByAddress(ctx, addressId, limit, offset, sort any) *MockIRollupListRollupsByAddressCall

ListRollupsByAddress indicates an expected call of ListRollupsByAddress.

func (*MockIRollupMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIRollupMockRecorder) Update

Update indicates an expected call of Update.

type MockIRollupSaveCall

type MockIRollupSaveCall struct {
	*gomock.Call
}

MockIRollupSaveCall wrap *gomock.Call

func (*MockIRollupSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIRollupUpdateCall

type MockIRollupUpdateCall struct {
	*gomock.Call
}

MockIRollupUpdateCall wrap *gomock.Call

func (*MockIRollupUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIRollupUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIRollupUpdateCall) Return

Return rewrite *gomock.Call.Return

type MockISearch

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

MockISearch is a mock of ISearch interface.

func NewMockISearch

func NewMockISearch(ctrl *gomock.Controller) *MockISearch

NewMockISearch creates a new mock instance.

func (*MockISearch) EXPECT

func (m *MockISearch) EXPECT() *MockISearchMockRecorder

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

func (*MockISearch) Search

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

Search mocks base method.

type MockISearchMockRecorder

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

MockISearchMockRecorder is the mock recorder for MockISearch.

func (*MockISearchMockRecorder) Search

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

Search indicates an expected call of Search.

type MockISearchSearchCall

type MockISearchSearchCall struct {
	*gomock.Call
}

MockISearchSearchCall wrap *gomock.Call

func (*MockISearchSearchCall) Do

Do rewrite *gomock.Call.Do

func (*MockISearchSearchCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockISearchSearchCall) Return

Return rewrite *gomock.Call.Return

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 MockIStateByNameCall

type MockIStateByNameCall struct {
	*gomock.Call
}

MockIStateByNameCall wrap *gomock.Call

func (*MockIStateByNameCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateByNameCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateByNameCall) Return

Return rewrite *gomock.Call.Return

type MockIStateCursorListCall

type MockIStateCursorListCall struct {
	*gomock.Call
}

MockIStateCursorListCall wrap *gomock.Call

func (*MockIStateCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIStateGetByIDCall

type MockIStateGetByIDCall struct {
	*gomock.Call
}

MockIStateGetByIDCall wrap *gomock.Call

func (*MockIStateGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIStateIsNoRowsCall

type MockIStateIsNoRowsCall struct {
	*gomock.Call
}

MockIStateIsNoRowsCall wrap *gomock.Call

func (*MockIStateIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateIsNoRowsCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIStateLastIDCall

type MockIStateLastIDCall struct {
	*gomock.Call
}

MockIStateLastIDCall wrap *gomock.Call

func (*MockIStateLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateLastIDCall) Return

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

Return rewrite *gomock.Call.Return

type MockIStateListCall

type MockIStateListCall struct {
	*gomock.Call
}

MockIStateListCall wrap *gomock.Call

func (*MockIStateListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateListCall) Return

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

Return rewrite *gomock.Call.Return

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) *MockIStateByNameCall

ByName indicates an expected call of ByName.

func (*MockIStateMockRecorder) CursorList

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

CursorList indicates an expected call of CursorList.

func (*MockIStateMockRecorder) GetByID

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

GetByID indicates an expected call of GetByID.

func (*MockIStateMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIStateMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIStateMockRecorder) List

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

List indicates an expected call of List.

func (*MockIStateMockRecorder) Save

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

Save indicates an expected call of Save.

func (*MockIStateMockRecorder) Update

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

Update indicates an expected call of Update.

type MockIStateSaveCall

type MockIStateSaveCall struct {
	*gomock.Call
}

MockIStateSaveCall wrap *gomock.Call

func (*MockIStateSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateSaveCall) Return

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

Return rewrite *gomock.Call.Return

type MockIStateUpdateCall

type MockIStateUpdateCall struct {
	*gomock.Call
}

MockIStateUpdateCall wrap *gomock.Call

func (*MockIStateUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStateUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStateUpdateCall) Return

Return rewrite *gomock.Call.Return

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) ActiveAddressesCount added in v1.1.0

func (m *MockIStats) ActiveAddressesCount(ctx context.Context) (int64, error)

ActiveAddressesCount 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) FeeSummary added in v1.1.0

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

FeeSummary mocks base method.

func (*MockIStats) RollupSeries

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

RollupSeries mocks base method.

func (*MockIStats) Series

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

Series mocks base method.

func (*MockIStats) Summary

Summary mocks base method.

func (*MockIStats) SummaryTimeframe

func (m *MockIStats) SummaryTimeframe(ctx context.Context, timeframe storage.Timeframe) (storage.NetworkSummaryWithChange, error)

SummaryTimeframe mocks base method.

func (*MockIStats) TokenTransferDistribution added in v1.1.0

func (m *MockIStats) TokenTransferDistribution(ctx context.Context, limit int) ([]storage.TokenTransferDistributionItem, error)

TokenTransferDistribution mocks base method.

type MockIStatsActiveAddressesCountCall added in v1.1.0

type MockIStatsActiveAddressesCountCall struct {
	*gomock.Call
}

MockIStatsActiveAddressesCountCall wrap *gomock.Call

func (*MockIStatsActiveAddressesCountCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIStatsActiveAddressesCountCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStatsActiveAddressesCountCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIStatsFeeSummaryCall added in v1.1.0

type MockIStatsFeeSummaryCall struct {
	*gomock.Call
}

MockIStatsFeeSummaryCall wrap *gomock.Call

func (*MockIStatsFeeSummaryCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIStatsFeeSummaryCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStatsFeeSummaryCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockIStatsMockRecorder

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

MockIStatsMockRecorder is the mock recorder for MockIStats.

func (*MockIStatsMockRecorder) ActiveAddressesCount added in v1.1.0

func (mr *MockIStatsMockRecorder) ActiveAddressesCount(ctx any) *MockIStatsActiveAddressesCountCall

ActiveAddressesCount indicates an expected call of ActiveAddressesCount.

func (*MockIStatsMockRecorder) FeeSummary added in v1.1.0

FeeSummary indicates an expected call of FeeSummary.

func (*MockIStatsMockRecorder) RollupSeries

func (mr *MockIStatsMockRecorder) RollupSeries(ctx, rollupId, timeframe, name, req any) *MockIStatsRollupSeriesCall

RollupSeries indicates an expected call of RollupSeries.

func (*MockIStatsMockRecorder) Series

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

Series indicates an expected call of Series.

func (*MockIStatsMockRecorder) Summary

Summary indicates an expected call of Summary.

func (*MockIStatsMockRecorder) SummaryTimeframe

func (mr *MockIStatsMockRecorder) SummaryTimeframe(ctx, timeframe any) *MockIStatsSummaryTimeframeCall

SummaryTimeframe indicates an expected call of SummaryTimeframe.

func (*MockIStatsMockRecorder) TokenTransferDistribution added in v1.1.0

func (mr *MockIStatsMockRecorder) TokenTransferDistribution(ctx, limit any) *MockIStatsTokenTransferDistributionCall

TokenTransferDistribution indicates an expected call of TokenTransferDistribution.

type MockIStatsRollupSeriesCall

type MockIStatsRollupSeriesCall struct {
	*gomock.Call
}

MockIStatsRollupSeriesCall wrap *gomock.Call

func (*MockIStatsRollupSeriesCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStatsRollupSeriesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStatsRollupSeriesCall) Return

Return rewrite *gomock.Call.Return

type MockIStatsSeriesCall

type MockIStatsSeriesCall struct {
	*gomock.Call
}

MockIStatsSeriesCall wrap *gomock.Call

func (*MockIStatsSeriesCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStatsSeriesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStatsSeriesCall) Return

Return rewrite *gomock.Call.Return

type MockIStatsSummaryCall

type MockIStatsSummaryCall struct {
	*gomock.Call
}

MockIStatsSummaryCall wrap *gomock.Call

func (*MockIStatsSummaryCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStatsSummaryCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStatsSummaryCall) Return

Return rewrite *gomock.Call.Return

type MockIStatsSummaryTimeframeCall

type MockIStatsSummaryTimeframeCall struct {
	*gomock.Call
}

MockIStatsSummaryTimeframeCall wrap *gomock.Call

func (*MockIStatsSummaryTimeframeCall) Do

Do rewrite *gomock.Call.Do

func (*MockIStatsSummaryTimeframeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStatsSummaryTimeframeCall) Return

Return rewrite *gomock.Call.Return

type MockIStatsTokenTransferDistributionCall added in v1.1.0

type MockIStatsTokenTransferDistributionCall struct {
	*gomock.Call
}

MockIStatsTokenTransferDistributionCall wrap *gomock.Call

func (*MockIStatsTokenTransferDistributionCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockIStatsTokenTransferDistributionCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIStatsTokenTransferDistributionCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockITransfer added in v1.1.0

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

MockITransfer is a mock of ITransfer interface.

func NewMockITransfer added in v1.1.0

func NewMockITransfer(ctrl *gomock.Controller) *MockITransfer

NewMockITransfer creates a new mock instance.

func (*MockITransfer) CursorList added in v1.1.0

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

CursorList mocks base method.

func (*MockITransfer) EXPECT added in v1.1.0

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

func (*MockITransfer) GetByID added in v1.1.0

func (m *MockITransfer) GetByID(ctx context.Context, id uint64) (*storage.Transfer, error)

GetByID mocks base method.

func (*MockITransfer) IsNoRows added in v1.1.0

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

IsNoRows mocks base method.

func (*MockITransfer) LastID added in v1.1.0

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

LastID mocks base method.

func (*MockITransfer) List added in v1.1.0

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

List mocks base method.

func (*MockITransfer) Save added in v1.1.0

func (m_2 *MockITransfer) Save(ctx context.Context, m *storage.Transfer) error

Save mocks base method.

func (*MockITransfer) Update added in v1.1.0

func (m_2 *MockITransfer) Update(ctx context.Context, m *storage.Transfer) error

Update mocks base method.

type MockITransferCursorListCall added in v1.1.0

type MockITransferCursorListCall struct {
	*gomock.Call
}

MockITransferCursorListCall wrap *gomock.Call

func (*MockITransferCursorListCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockITransferCursorListCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITransferCursorListCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockITransferGetByIDCall added in v1.1.0

type MockITransferGetByIDCall struct {
	*gomock.Call
}

MockITransferGetByIDCall wrap *gomock.Call

func (*MockITransferGetByIDCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockITransferGetByIDCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITransferGetByIDCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockITransferIsNoRowsCall added in v1.1.0

type MockITransferIsNoRowsCall struct {
	*gomock.Call
}

MockITransferIsNoRowsCall wrap *gomock.Call

func (*MockITransferIsNoRowsCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockITransferIsNoRowsCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITransferIsNoRowsCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockITransferLastIDCall added in v1.1.0

type MockITransferLastIDCall struct {
	*gomock.Call
}

MockITransferLastIDCall wrap *gomock.Call

func (*MockITransferLastIDCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockITransferLastIDCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITransferLastIDCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockITransferListCall added in v1.1.0

type MockITransferListCall struct {
	*gomock.Call
}

MockITransferListCall wrap *gomock.Call

func (*MockITransferListCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockITransferListCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITransferListCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockITransferMockRecorder added in v1.1.0

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

MockITransferMockRecorder is the mock recorder for MockITransfer.

func (*MockITransferMockRecorder) CursorList added in v1.1.0

func (mr *MockITransferMockRecorder) CursorList(ctx, id, limit, order, cmp any) *MockITransferCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockITransferMockRecorder) GetByID added in v1.1.0

GetByID indicates an expected call of GetByID.

func (*MockITransferMockRecorder) IsNoRows added in v1.1.0

IsNoRows indicates an expected call of IsNoRows.

func (*MockITransferMockRecorder) LastID added in v1.1.0

LastID indicates an expected call of LastID.

func (*MockITransferMockRecorder) List added in v1.1.0

func (mr *MockITransferMockRecorder) List(ctx, limit, offset, order any) *MockITransferListCall

List indicates an expected call of List.

func (*MockITransferMockRecorder) Save added in v1.1.0

Save indicates an expected call of Save.

func (*MockITransferMockRecorder) Update added in v1.1.0

Update indicates an expected call of Update.

type MockITransferSaveCall added in v1.1.0

type MockITransferSaveCall struct {
	*gomock.Call
}

MockITransferSaveCall wrap *gomock.Call

func (*MockITransferSaveCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockITransferSaveCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITransferSaveCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockITransferUpdateCall added in v1.1.0

type MockITransferUpdateCall struct {
	*gomock.Call
}

MockITransferUpdateCall wrap *gomock.Call

func (*MockITransferUpdateCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockITransferUpdateCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITransferUpdateCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

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) ByHeight

func (m *MockITx) ByHeight(ctx context.Context, height types.Level, limit, offset int) ([]storage.Tx, error)

ByHeight 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) 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 MockITxByAddressCall

type MockITxByAddressCall struct {
	*gomock.Call
}

MockITxByAddressCall wrap *gomock.Call

func (*MockITxByAddressCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxByAddressCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxByAddressCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxByHashCall

type MockITxByHashCall struct {
	*gomock.Call
}

MockITxByHashCall wrap *gomock.Call

func (*MockITxByHashCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxByHashCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxByHashCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxByHeightCall

type MockITxByHeightCall struct {
	*gomock.Call
}

MockITxByHeightCall wrap *gomock.Call

func (*MockITxByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxByHeightCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxCursorListCall

type MockITxCursorListCall struct {
	*gomock.Call
}

MockITxCursorListCall wrap *gomock.Call

func (*MockITxCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxCursorListCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxFilterCall

type MockITxFilterCall struct {
	*gomock.Call
}

MockITxFilterCall wrap *gomock.Call

func (*MockITxFilterCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxFilterCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxGetByIDCall

type MockITxGetByIDCall struct {
	*gomock.Call
}

MockITxGetByIDCall wrap *gomock.Call

func (*MockITxGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxGetByIDCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxIsNoRowsCall

type MockITxIsNoRowsCall struct {
	*gomock.Call
}

MockITxIsNoRowsCall wrap *gomock.Call

func (*MockITxIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxIsNoRowsCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxIsNoRowsCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxLastIDCall

type MockITxLastIDCall struct {
	*gomock.Call
}

MockITxLastIDCall wrap *gomock.Call

func (*MockITxLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxLastIDCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxLastIDCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxListCall

type MockITxListCall struct {
	*gomock.Call
}

MockITxListCall wrap *gomock.Call

func (*MockITxListCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxListCall) Return

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

Return rewrite *gomock.Call.Return

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) *MockITxByAddressCall

ByAddress indicates an expected call of ByAddress.

func (*MockITxMockRecorder) ByHash

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

ByHash indicates an expected call of ByHash.

func (*MockITxMockRecorder) ByHeight

func (mr *MockITxMockRecorder) ByHeight(ctx, height, limit, offset any) *MockITxByHeightCall

ByHeight indicates an expected call of ByHeight.

func (*MockITxMockRecorder) CursorList

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

CursorList indicates an expected call of CursorList.

func (*MockITxMockRecorder) Filter

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

Filter indicates an expected call of Filter.

func (*MockITxMockRecorder) GetByID

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

GetByID indicates an expected call of GetByID.

func (*MockITxMockRecorder) IsNoRows

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

IsNoRows indicates an expected call of IsNoRows.

func (*MockITxMockRecorder) LastID

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

LastID indicates an expected call of LastID.

func (*MockITxMockRecorder) List

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

List indicates an expected call of List.

func (*MockITxMockRecorder) Save

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

Save indicates an expected call of Save.

func (*MockITxMockRecorder) Update

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

Update indicates an expected call of Update.

type MockITxSaveCall

type MockITxSaveCall struct {
	*gomock.Call
}

MockITxSaveCall wrap *gomock.Call

func (*MockITxSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxSaveCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxSaveCall) Return

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

Return rewrite *gomock.Call.Return

type MockITxUpdateCall

type MockITxUpdateCall struct {
	*gomock.Call
}

MockITxUpdateCall wrap *gomock.Call

func (*MockITxUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockITxUpdateCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockITxUpdateCall) Return

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

Return rewrite *gomock.Call.Return

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) 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) 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

func (m *MockIValidator) ListByPower(ctx context.Context, limit, offset int, order storage0.SortOrder) ([]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) Update

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

Update mocks base method.

type MockIValidatorCursorListCall

type MockIValidatorCursorListCall struct {
	*gomock.Call
}

MockIValidatorCursorListCall wrap *gomock.Call

func (*MockIValidatorCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorCursorListCall) Return

Return rewrite *gomock.Call.Return

type MockIValidatorGetByIDCall

type MockIValidatorGetByIDCall struct {
	*gomock.Call
}

MockIValidatorGetByIDCall wrap *gomock.Call

func (*MockIValidatorGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorGetByIDCall) Return

Return rewrite *gomock.Call.Return

type MockIValidatorIsNoRowsCall

type MockIValidatorIsNoRowsCall struct {
	*gomock.Call
}

MockIValidatorIsNoRowsCall wrap *gomock.Call

func (*MockIValidatorIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type MockIValidatorLastIDCall

type MockIValidatorLastIDCall struct {
	*gomock.Call
}

MockIValidatorLastIDCall wrap *gomock.Call

func (*MockIValidatorLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorLastIDCall) Return

Return rewrite *gomock.Call.Return

type MockIValidatorListByPowerCall

type MockIValidatorListByPowerCall struct {
	*gomock.Call
}

MockIValidatorListByPowerCall wrap *gomock.Call

func (*MockIValidatorListByPowerCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorListByPowerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorListByPowerCall) Return

Return rewrite *gomock.Call.Return

type MockIValidatorListCall

type MockIValidatorListCall struct {
	*gomock.Call
}

MockIValidatorListCall wrap *gomock.Call

func (*MockIValidatorListCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorListCall) Return

Return rewrite *gomock.Call.Return

type MockIValidatorMockRecorder

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

MockIValidatorMockRecorder is the mock recorder for MockIValidator.

func (*MockIValidatorMockRecorder) CursorList

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

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) LastID

LastID indicates an expected call of LastID.

func (*MockIValidatorMockRecorder) List

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

List indicates an expected call of List.

func (*MockIValidatorMockRecorder) ListByPower

func (mr *MockIValidatorMockRecorder) ListByPower(ctx, limit, offset, order any) *MockIValidatorListByPowerCall

ListByPower indicates an expected call of ListByPower.

func (*MockIValidatorMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIValidatorMockRecorder) Update

Update indicates an expected call of Update.

type MockIValidatorSaveCall

type MockIValidatorSaveCall struct {
	*gomock.Call
}

MockIValidatorSaveCall wrap *gomock.Call

func (*MockIValidatorSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorSaveCall) Return

Return rewrite *gomock.Call.Return

type MockIValidatorUpdateCall

type MockIValidatorUpdateCall struct {
	*gomock.Call
}

MockIValidatorUpdateCall wrap *gomock.Call

func (*MockIValidatorUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockIValidatorUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockIValidatorUpdateCall) Return

Return rewrite *gomock.Call.Return

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 MockListenerCloseCall

type MockListenerCloseCall struct {
	*gomock.Call
}

MockListenerCloseCall wrap *gomock.Call

func (*MockListenerCloseCall) Do

Do rewrite *gomock.Call.Do

func (*MockListenerCloseCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockListenerCloseCall) Return

Return rewrite *gomock.Call.Return

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 MockListenerFactoryCreateListenerCall

type MockListenerFactoryCreateListenerCall struct {
	*gomock.Call
}

MockListenerFactoryCreateListenerCall wrap *gomock.Call

func (*MockListenerFactoryCreateListenerCall) Do

Do rewrite *gomock.Call.Do

func (*MockListenerFactoryCreateListenerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockListenerFactoryCreateListenerCall) Return

Return rewrite *gomock.Call.Return

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 MockListenerListenCall

type MockListenerListenCall struct {
	*gomock.Call
}

MockListenerListenCall wrap *gomock.Call

func (*MockListenerListenCall) Do

Do rewrite *gomock.Call.Do

func (*MockListenerListenCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockListenerListenCall) Return

Return rewrite *gomock.Call.Return

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) *MockListenerSubscribeCall

Subscribe indicates an expected call of Subscribe.

type MockListenerSubscribeCall

type MockListenerSubscribeCall struct {
	*gomock.Call
}

MockListenerSubscribeCall wrap *gomock.Call

func (*MockListenerSubscribeCall) Do

Do rewrite *gomock.Call.Do

func (*MockListenerSubscribeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockListenerSubscribeCall) Return

Return rewrite *gomock.Call.Return

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) *MockNotificatorNotifyCall

Notify indicates an expected call of Notify.

type MockNotificatorNotifyCall

type MockNotificatorNotifyCall struct {
	*gomock.Call
}

MockNotificatorNotifyCall wrap *gomock.Call

func (*MockNotificatorNotifyCall) Do

Do rewrite *gomock.Call.Do

func (*MockNotificatorNotifyCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockNotificatorNotifyCall) Return

Return rewrite *gomock.Call.Return

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) 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) DeleteApp added in v1.2.0

func (m *MockTransaction) DeleteApp(ctx context.Context, appId uint64) error

DeleteApp 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) GetAddressId added in v1.1.0

func (m *MockTransaction) GetAddressId(ctx context.Context, hash string) (uint64, error)

GetAddressId mocks base method.

func (*MockTransaction) GetBridgeIdByAddressId added in v1.1.0

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

GetBridgeIdByAddressId mocks base method.

func (*MockTransaction) GetProposerId

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

GetProposerId mocks base method.

func (*MockTransaction) GetRollup

func (m *MockTransaction) GetRollup(ctx context.Context, rollupId []byte) (storage.Rollup, error)

GetRollup mocks base method.

func (*MockTransaction) HandleError

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

HandleError mocks base method.

func (*MockTransaction) LastBlock

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

LastBlock mocks base method.

func (*MockTransaction) LastNonce

func (m *MockTransaction) LastNonce(ctx context.Context, id uint64) (uint32, error)

LastNonce mocks base method.

func (*MockTransaction) RefreshLeaderboard added in v1.2.0

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

RefreshLeaderboard mocks base method.

func (*MockTransaction) RetentionBlockSignatures

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

RetentionBlockSignatures mocks base method.

func (*MockTransaction) Rollback

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

Rollback mocks base method.

func (*MockTransaction) RollbackActions

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

RollbackActions mocks base method.

func (*MockTransaction) RollbackAddressActions

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

RollbackAddressActions 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) RollbackBalanceUpdates

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

RollbackBalanceUpdates mocks base method.

func (*MockTransaction) RollbackBalances

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

RollbackBalances mocks base method.

func (*MockTransaction) RollbackBlock

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

RollbackBlock mocks base method.

func (*MockTransaction) RollbackBlockSignatures

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) RollbackBridges

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

RollbackBridges mocks base method.

func (*MockTransaction) RollbackDeposits added in v1.1.0

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

RollbackDeposits mocks base method.

func (*MockTransaction) RollbackFees

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

RollbackFees mocks base method.

func (*MockTransaction) RollbackRollupActions

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

RollbackRollupActions mocks base method.

func (*MockTransaction) RollbackRollupAddresses

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

RollbackRollupAddresses mocks base method.

func (*MockTransaction) RollbackRollups

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

RollbackRollups mocks base method.

func (*MockTransaction) RollbackTransfers added in v1.1.0

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

RollbackTransfers 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) RollbackValidators

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

RollbackValidators mocks base method.

func (*MockTransaction) SaveActions

func (m *MockTransaction) SaveActions(ctx context.Context, actions ...*storage.Action) error

SaveActions mocks base method.

func (*MockTransaction) SaveAddressActions

func (m *MockTransaction) SaveAddressActions(ctx context.Context, actions ...*storage.AddressAction) error

SaveAddressActions mocks base method.

func (*MockTransaction) SaveAddresses

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

SaveAddresses mocks base method.

func (*MockTransaction) SaveApp added in v1.2.0

func (m *MockTransaction) SaveApp(ctx context.Context, app *storage.App) error

SaveApp mocks base method.

func (*MockTransaction) SaveBalanceUpdates

func (m *MockTransaction) SaveBalanceUpdates(ctx context.Context, updates ...storage.BalanceUpdate) error

SaveBalanceUpdates mocks base method.

func (*MockTransaction) SaveBalances

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

SaveBalances mocks base method.

func (*MockTransaction) SaveBlockSignatures

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

SaveBlockSignatures mocks base method.

func (*MockTransaction) SaveBridges

func (m *MockTransaction) SaveBridges(ctx context.Context, bridges ...*storage.Bridge) (int64, error)

SaveBridges mocks base method.

func (*MockTransaction) SaveConstants

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

SaveConstants mocks base method.

func (*MockTransaction) SaveDeposits added in v1.1.0

func (m *MockTransaction) SaveDeposits(ctx context.Context, deposits ...*storage.Deposit) error

SaveDeposits mocks base method.

func (*MockTransaction) SaveFees

func (m *MockTransaction) SaveFees(ctx context.Context, fees ...*storage.Fee) error

SaveFees mocks base method.

func (*MockTransaction) SaveRollupActions

func (m *MockTransaction) SaveRollupActions(ctx context.Context, actions ...*storage.RollupAction) error

SaveRollupActions mocks base method.

func (*MockTransaction) SaveRollupAddresses

func (m *MockTransaction) SaveRollupAddresses(ctx context.Context, addresses ...*storage.RollupAddress) error

SaveRollupAddresses mocks base method.

func (*MockTransaction) SaveRollups

func (m *MockTransaction) SaveRollups(ctx context.Context, rollups ...*storage.Rollup) (int64, error)

SaveRollups mocks base method.

func (*MockTransaction) SaveTransactions

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

SaveTransactions mocks base method.

func (*MockTransaction) SaveTransfers added in v1.1.0

func (m *MockTransaction) SaveTransfers(ctx context.Context, transfers ...*storage.Transfer) error

SaveTransfers mocks base method.

func (*MockTransaction) SaveValidators

func (m *MockTransaction) SaveValidators(ctx context.Context, validators ...*storage.Validator) 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) UpdateAddresses

func (m *MockTransaction) UpdateAddresses(ctx context.Context, address ...*storage.Address) error

UpdateAddresses mocks base method.

func (*MockTransaction) UpdateApp added in v1.2.0

func (m *MockTransaction) UpdateApp(ctx context.Context, app *storage.App) error

UpdateApp mocks base method.

func (*MockTransaction) UpdateConstants

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

UpdateConstants mocks base method.

func (*MockTransaction) UpdateRollups

func (m *MockTransaction) UpdateRollups(ctx context.Context, rollups ...*storage.Rollup) error

UpdateRollups mocks base method.

func (*MockTransaction) Validators

func (m *MockTransaction) Validators(ctx context.Context) ([]storage.Validator, error)

Validators mocks base method.

type MockTransactionAddCall

type MockTransactionAddCall struct {
	*gomock.Call
}

MockTransactionAddCall wrap *gomock.Call

func (*MockTransactionAddCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionAddCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionAddCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionBulkSaveCall

type MockTransactionBulkSaveCall struct {
	*gomock.Call
}

MockTransactionBulkSaveCall wrap *gomock.Call

func (*MockTransactionBulkSaveCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionBulkSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionBulkSaveCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionCloseCall

type MockTransactionCloseCall struct {
	*gomock.Call
}

MockTransactionCloseCall wrap *gomock.Call

func (*MockTransactionCloseCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionCloseCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionCloseCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionCopyFromCall

type MockTransactionCopyFromCall struct {
	*gomock.Call
}

MockTransactionCopyFromCall wrap *gomock.Call

func (*MockTransactionCopyFromCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionCopyFromCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionCopyFromCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionDeleteAppCall added in v1.2.0

type MockTransactionDeleteAppCall struct {
	*gomock.Call
}

MockTransactionDeleteAppCall wrap *gomock.Call

func (*MockTransactionDeleteAppCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockTransactionDeleteAppCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionDeleteAppCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockTransactionExecCall

type MockTransactionExecCall struct {
	*gomock.Call
}

MockTransactionExecCall wrap *gomock.Call

func (*MockTransactionExecCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionExecCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionExecCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionFlushCall

type MockTransactionFlushCall struct {
	*gomock.Call
}

MockTransactionFlushCall wrap *gomock.Call

func (*MockTransactionFlushCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionFlushCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionFlushCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionGetAddressIdCall added in v1.1.0

type MockTransactionGetAddressIdCall struct {
	*gomock.Call
}

MockTransactionGetAddressIdCall wrap *gomock.Call

func (*MockTransactionGetAddressIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockTransactionGetAddressIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionGetAddressIdCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockTransactionGetBridgeIdByAddressIdCall added in v1.1.0

type MockTransactionGetBridgeIdByAddressIdCall struct {
	*gomock.Call
}

MockTransactionGetBridgeIdByAddressIdCall wrap *gomock.Call

func (*MockTransactionGetBridgeIdByAddressIdCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockTransactionGetBridgeIdByAddressIdCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionGetBridgeIdByAddressIdCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockTransactionGetProposerIdCall

type MockTransactionGetProposerIdCall struct {
	*gomock.Call
}

MockTransactionGetProposerIdCall wrap *gomock.Call

func (*MockTransactionGetProposerIdCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionGetProposerIdCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionGetProposerIdCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionGetRollupCall

type MockTransactionGetRollupCall struct {
	*gomock.Call
}

MockTransactionGetRollupCall wrap *gomock.Call

func (*MockTransactionGetRollupCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionGetRollupCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionGetRollupCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionHandleErrorCall

type MockTransactionHandleErrorCall struct {
	*gomock.Call
}

MockTransactionHandleErrorCall wrap *gomock.Call

func (*MockTransactionHandleErrorCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionHandleErrorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionHandleErrorCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionLastBlockCall

type MockTransactionLastBlockCall struct {
	*gomock.Call
}

MockTransactionLastBlockCall wrap *gomock.Call

func (*MockTransactionLastBlockCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionLastBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionLastBlockCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionLastNonceCall

type MockTransactionLastNonceCall struct {
	*gomock.Call
}

MockTransactionLastNonceCall wrap *gomock.Call

func (*MockTransactionLastNonceCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionLastNonceCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionLastNonceCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionMockRecorder

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

MockTransactionMockRecorder is the mock recorder for MockTransaction.

func (*MockTransactionMockRecorder) Add

Add indicates an expected call of Add.

func (*MockTransactionMockRecorder) BulkSave

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

BulkSave indicates an expected call of BulkSave.

func (*MockTransactionMockRecorder) Close

Close indicates an expected call of Close.

func (*MockTransactionMockRecorder) CopyFrom

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

CopyFrom indicates an expected call of CopyFrom.

func (*MockTransactionMockRecorder) DeleteApp added in v1.2.0

DeleteApp indicates an expected call of DeleteApp.

func (*MockTransactionMockRecorder) Exec

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

Exec indicates an expected call of Exec.

func (*MockTransactionMockRecorder) Flush

Flush indicates an expected call of Flush.

func (*MockTransactionMockRecorder) GetAddressId added in v1.1.0

GetAddressId indicates an expected call of GetAddressId.

func (*MockTransactionMockRecorder) GetBridgeIdByAddressId added in v1.1.0

func (mr *MockTransactionMockRecorder) GetBridgeIdByAddressId(ctx, id any) *MockTransactionGetBridgeIdByAddressIdCall

GetBridgeIdByAddressId indicates an expected call of GetBridgeIdByAddressId.

func (*MockTransactionMockRecorder) GetProposerId

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

GetProposerId indicates an expected call of GetProposerId.

func (*MockTransactionMockRecorder) GetRollup

func (mr *MockTransactionMockRecorder) GetRollup(ctx, rollupId any) *MockTransactionGetRollupCall

GetRollup indicates an expected call of GetRollup.

func (*MockTransactionMockRecorder) HandleError

HandleError indicates an expected call of HandleError.

func (*MockTransactionMockRecorder) LastBlock

LastBlock indicates an expected call of LastBlock.

func (*MockTransactionMockRecorder) LastNonce

LastNonce indicates an expected call of LastNonce.

func (*MockTransactionMockRecorder) RefreshLeaderboard added in v1.2.0

RefreshLeaderboard indicates an expected call of RefreshLeaderboard.

func (*MockTransactionMockRecorder) RetentionBlockSignatures

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

RetentionBlockSignatures indicates an expected call of RetentionBlockSignatures.

func (*MockTransactionMockRecorder) Rollback

Rollback indicates an expected call of Rollback.

func (*MockTransactionMockRecorder) RollbackActions

func (mr *MockTransactionMockRecorder) RollbackActions(ctx, height any) *MockTransactionRollbackActionsCall

RollbackActions indicates an expected call of RollbackActions.

func (*MockTransactionMockRecorder) RollbackAddressActions

func (mr *MockTransactionMockRecorder) RollbackAddressActions(ctx, height any) *MockTransactionRollbackAddressActionsCall

RollbackAddressActions indicates an expected call of RollbackAddressActions.

func (*MockTransactionMockRecorder) RollbackAddresses

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

RollbackAddresses indicates an expected call of RollbackAddresses.

func (*MockTransactionMockRecorder) RollbackBalanceUpdates

func (mr *MockTransactionMockRecorder) RollbackBalanceUpdates(ctx, height any) *MockTransactionRollbackBalanceUpdatesCall

RollbackBalanceUpdates indicates an expected call of RollbackBalanceUpdates.

func (*MockTransactionMockRecorder) RollbackBalances

RollbackBalances indicates an expected call of RollbackBalances.

func (*MockTransactionMockRecorder) RollbackBlock

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

RollbackBlock indicates an expected call of RollbackBlock.

func (*MockTransactionMockRecorder) RollbackBlockSignatures

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

RollbackBlockSignatures indicates an expected call of RollbackBlockSignatures.

func (*MockTransactionMockRecorder) RollbackBlockStats

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

RollbackBlockStats indicates an expected call of RollbackBlockStats.

func (*MockTransactionMockRecorder) RollbackBridges

func (mr *MockTransactionMockRecorder) RollbackBridges(ctx, height any) *MockTransactionRollbackBridgesCall

RollbackBridges indicates an expected call of RollbackBridges.

func (*MockTransactionMockRecorder) RollbackDeposits added in v1.1.0

func (mr *MockTransactionMockRecorder) RollbackDeposits(ctx, height any) *MockTransactionRollbackDepositsCall

RollbackDeposits indicates an expected call of RollbackDeposits.

func (*MockTransactionMockRecorder) RollbackFees

func (mr *MockTransactionMockRecorder) RollbackFees(ctx, height any) *MockTransactionRollbackFeesCall

RollbackFees indicates an expected call of RollbackFees.

func (*MockTransactionMockRecorder) RollbackRollupActions

func (mr *MockTransactionMockRecorder) RollbackRollupActions(ctx, height any) *MockTransactionRollbackRollupActionsCall

RollbackRollupActions indicates an expected call of RollbackRollupActions.

func (*MockTransactionMockRecorder) RollbackRollupAddresses

func (mr *MockTransactionMockRecorder) RollbackRollupAddresses(ctx, height any) *MockTransactionRollbackRollupAddressesCall

RollbackRollupAddresses indicates an expected call of RollbackRollupAddresses.

func (*MockTransactionMockRecorder) RollbackRollups

func (mr *MockTransactionMockRecorder) RollbackRollups(ctx, height any) *MockTransactionRollbackRollupsCall

RollbackRollups indicates an expected call of RollbackRollups.

func (*MockTransactionMockRecorder) RollbackTransfers added in v1.1.0

func (mr *MockTransactionMockRecorder) RollbackTransfers(ctx, height any) *MockTransactionRollbackTransfersCall

RollbackTransfers indicates an expected call of RollbackTransfers.

func (*MockTransactionMockRecorder) RollbackTxs

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

RollbackTxs indicates an expected call of RollbackTxs.

func (*MockTransactionMockRecorder) RollbackValidators

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

RollbackValidators indicates an expected call of RollbackValidators.

func (*MockTransactionMockRecorder) SaveActions

func (mr *MockTransactionMockRecorder) SaveActions(ctx any, actions ...any) *MockTransactionSaveActionsCall

SaveActions indicates an expected call of SaveActions.

func (*MockTransactionMockRecorder) SaveAddressActions

func (mr *MockTransactionMockRecorder) SaveAddressActions(ctx any, actions ...any) *MockTransactionSaveAddressActionsCall

SaveAddressActions indicates an expected call of SaveAddressActions.

func (*MockTransactionMockRecorder) SaveAddresses

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

SaveAddresses indicates an expected call of SaveAddresses.

func (*MockTransactionMockRecorder) SaveApp added in v1.2.0

SaveApp indicates an expected call of SaveApp.

func (*MockTransactionMockRecorder) SaveBalanceUpdates

func (mr *MockTransactionMockRecorder) SaveBalanceUpdates(ctx any, updates ...any) *MockTransactionSaveBalanceUpdatesCall

SaveBalanceUpdates indicates an expected call of SaveBalanceUpdates.

func (*MockTransactionMockRecorder) SaveBalances

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

SaveBalances indicates an expected call of SaveBalances.

func (*MockTransactionMockRecorder) SaveBlockSignatures

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

SaveBlockSignatures indicates an expected call of SaveBlockSignatures.

func (*MockTransactionMockRecorder) SaveBridges

func (mr *MockTransactionMockRecorder) SaveBridges(ctx any, bridges ...any) *MockTransactionSaveBridgesCall

SaveBridges indicates an expected call of SaveBridges.

func (*MockTransactionMockRecorder) SaveConstants

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

SaveConstants indicates an expected call of SaveConstants.

func (*MockTransactionMockRecorder) SaveDeposits added in v1.1.0

func (mr *MockTransactionMockRecorder) SaveDeposits(ctx any, deposits ...any) *MockTransactionSaveDepositsCall

SaveDeposits indicates an expected call of SaveDeposits.

func (*MockTransactionMockRecorder) SaveFees

func (mr *MockTransactionMockRecorder) SaveFees(ctx any, fees ...any) *MockTransactionSaveFeesCall

SaveFees indicates an expected call of SaveFees.

func (*MockTransactionMockRecorder) SaveRollupActions

func (mr *MockTransactionMockRecorder) SaveRollupActions(ctx any, actions ...any) *MockTransactionSaveRollupActionsCall

SaveRollupActions indicates an expected call of SaveRollupActions.

func (*MockTransactionMockRecorder) SaveRollupAddresses

func (mr *MockTransactionMockRecorder) SaveRollupAddresses(ctx any, addresses ...any) *MockTransactionSaveRollupAddressesCall

SaveRollupAddresses indicates an expected call of SaveRollupAddresses.

func (*MockTransactionMockRecorder) SaveRollups

func (mr *MockTransactionMockRecorder) SaveRollups(ctx any, rollups ...any) *MockTransactionSaveRollupsCall

SaveRollups indicates an expected call of SaveRollups.

func (*MockTransactionMockRecorder) SaveTransactions

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

SaveTransactions indicates an expected call of SaveTransactions.

func (*MockTransactionMockRecorder) SaveTransfers added in v1.1.0

func (mr *MockTransactionMockRecorder) SaveTransfers(ctx any, transfers ...any) *MockTransactionSaveTransfersCall

SaveTransfers indicates an expected call of SaveTransfers.

func (*MockTransactionMockRecorder) SaveValidators

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

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

Update indicates an expected call of Update.

func (*MockTransactionMockRecorder) UpdateAddresses

func (mr *MockTransactionMockRecorder) UpdateAddresses(ctx any, address ...any) *MockTransactionUpdateAddressesCall

UpdateAddresses indicates an expected call of UpdateAddresses.

func (*MockTransactionMockRecorder) UpdateApp added in v1.2.0

UpdateApp indicates an expected call of UpdateApp.

func (*MockTransactionMockRecorder) UpdateConstants

func (mr *MockTransactionMockRecorder) UpdateConstants(ctx any, constants ...any) *MockTransactionUpdateConstantsCall

UpdateConstants indicates an expected call of UpdateConstants.

func (*MockTransactionMockRecorder) UpdateRollups

func (mr *MockTransactionMockRecorder) UpdateRollups(ctx any, rollups ...any) *MockTransactionUpdateRollupsCall

UpdateRollups indicates an expected call of UpdateRollups.

func (*MockTransactionMockRecorder) Validators

Validators indicates an expected call of Validators.

type MockTransactionRefreshLeaderboardCall added in v1.2.0

type MockTransactionRefreshLeaderboardCall struct {
	*gomock.Call
}

MockTransactionRefreshLeaderboardCall wrap *gomock.Call

func (*MockTransactionRefreshLeaderboardCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockTransactionRefreshLeaderboardCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRefreshLeaderboardCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockTransactionRetentionBlockSignaturesCall

type MockTransactionRetentionBlockSignaturesCall struct {
	*gomock.Call
}

MockTransactionRetentionBlockSignaturesCall wrap *gomock.Call

func (*MockTransactionRetentionBlockSignaturesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRetentionBlockSignaturesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRetentionBlockSignaturesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackActionsCall

type MockTransactionRollbackActionsCall struct {
	*gomock.Call
}

MockTransactionRollbackActionsCall wrap *gomock.Call

func (*MockTransactionRollbackActionsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackActionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackActionsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackAddressActionsCall

type MockTransactionRollbackAddressActionsCall struct {
	*gomock.Call
}

MockTransactionRollbackAddressActionsCall wrap *gomock.Call

func (*MockTransactionRollbackAddressActionsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackAddressActionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackAddressActionsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackAddressesCall

type MockTransactionRollbackAddressesCall struct {
	*gomock.Call
}

MockTransactionRollbackAddressesCall wrap *gomock.Call

func (*MockTransactionRollbackAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackAddressesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackBalanceUpdatesCall

type MockTransactionRollbackBalanceUpdatesCall struct {
	*gomock.Call
}

MockTransactionRollbackBalanceUpdatesCall wrap *gomock.Call

func (*MockTransactionRollbackBalanceUpdatesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackBalanceUpdatesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackBalanceUpdatesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackBalancesCall

type MockTransactionRollbackBalancesCall struct {
	*gomock.Call
}

MockTransactionRollbackBalancesCall wrap *gomock.Call

func (*MockTransactionRollbackBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackBalancesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackBlockCall

type MockTransactionRollbackBlockCall struct {
	*gomock.Call
}

MockTransactionRollbackBlockCall wrap *gomock.Call

func (*MockTransactionRollbackBlockCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackBlockCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackBlockSignaturesCall

type MockTransactionRollbackBlockSignaturesCall struct {
	*gomock.Call
}

MockTransactionRollbackBlockSignaturesCall wrap *gomock.Call

func (*MockTransactionRollbackBlockSignaturesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackBlockSignaturesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackBlockSignaturesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackBlockStatsCall

type MockTransactionRollbackBlockStatsCall struct {
	*gomock.Call
}

MockTransactionRollbackBlockStatsCall wrap *gomock.Call

func (*MockTransactionRollbackBlockStatsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackBlockStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackBlockStatsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackBridgesCall

type MockTransactionRollbackBridgesCall struct {
	*gomock.Call
}

MockTransactionRollbackBridgesCall wrap *gomock.Call

func (*MockTransactionRollbackBridgesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackBridgesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackBridgesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackCall

type MockTransactionRollbackCall struct {
	*gomock.Call
}

MockTransactionRollbackCall wrap *gomock.Call

func (*MockTransactionRollbackCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackDepositsCall added in v1.1.0

type MockTransactionRollbackDepositsCall struct {
	*gomock.Call
}

MockTransactionRollbackDepositsCall wrap *gomock.Call

func (*MockTransactionRollbackDepositsCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackDepositsCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackDepositsCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockTransactionRollbackFeesCall

type MockTransactionRollbackFeesCall struct {
	*gomock.Call
}

MockTransactionRollbackFeesCall wrap *gomock.Call

func (*MockTransactionRollbackFeesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackFeesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackFeesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackRollupActionsCall

type MockTransactionRollbackRollupActionsCall struct {
	*gomock.Call
}

MockTransactionRollbackRollupActionsCall wrap *gomock.Call

func (*MockTransactionRollbackRollupActionsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackRollupActionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackRollupActionsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackRollupAddressesCall

type MockTransactionRollbackRollupAddressesCall struct {
	*gomock.Call
}

MockTransactionRollbackRollupAddressesCall wrap *gomock.Call

func (*MockTransactionRollbackRollupAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackRollupAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackRollupAddressesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackRollupsCall

type MockTransactionRollbackRollupsCall struct {
	*gomock.Call
}

MockTransactionRollbackRollupsCall wrap *gomock.Call

func (*MockTransactionRollbackRollupsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackRollupsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackRollupsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackTransfersCall added in v1.1.0

type MockTransactionRollbackTransfersCall struct {
	*gomock.Call
}

MockTransactionRollbackTransfersCall wrap *gomock.Call

func (*MockTransactionRollbackTransfersCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackTransfersCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackTransfersCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockTransactionRollbackTxsCall

type MockTransactionRollbackTxsCall struct {
	*gomock.Call
}

MockTransactionRollbackTxsCall wrap *gomock.Call

func (*MockTransactionRollbackTxsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackTxsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackTxsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionRollbackValidatorsCall

type MockTransactionRollbackValidatorsCall struct {
	*gomock.Call
}

MockTransactionRollbackValidatorsCall wrap *gomock.Call

func (*MockTransactionRollbackValidatorsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionRollbackValidatorsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionRollbackValidatorsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveActionsCall

type MockTransactionSaveActionsCall struct {
	*gomock.Call
}

MockTransactionSaveActionsCall wrap *gomock.Call

func (*MockTransactionSaveActionsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveActionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveActionsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveAddressActionsCall

type MockTransactionSaveAddressActionsCall struct {
	*gomock.Call
}

MockTransactionSaveAddressActionsCall wrap *gomock.Call

func (*MockTransactionSaveAddressActionsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveAddressActionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveAddressActionsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveAddressesCall

type MockTransactionSaveAddressesCall struct {
	*gomock.Call
}

MockTransactionSaveAddressesCall wrap *gomock.Call

func (*MockTransactionSaveAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveAddressesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveAppCall added in v1.2.0

type MockTransactionSaveAppCall struct {
	*gomock.Call
}

MockTransactionSaveAppCall wrap *gomock.Call

func (*MockTransactionSaveAppCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveAppCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveAppCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockTransactionSaveBalanceUpdatesCall

type MockTransactionSaveBalanceUpdatesCall struct {
	*gomock.Call
}

MockTransactionSaveBalanceUpdatesCall wrap *gomock.Call

func (*MockTransactionSaveBalanceUpdatesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveBalanceUpdatesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveBalanceUpdatesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveBalancesCall

type MockTransactionSaveBalancesCall struct {
	*gomock.Call
}

MockTransactionSaveBalancesCall wrap *gomock.Call

func (*MockTransactionSaveBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveBalancesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveBlockSignaturesCall

type MockTransactionSaveBlockSignaturesCall struct {
	*gomock.Call
}

MockTransactionSaveBlockSignaturesCall wrap *gomock.Call

func (*MockTransactionSaveBlockSignaturesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveBlockSignaturesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveBlockSignaturesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveBridgesCall

type MockTransactionSaveBridgesCall struct {
	*gomock.Call
}

MockTransactionSaveBridgesCall wrap *gomock.Call

func (*MockTransactionSaveBridgesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveBridgesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveBridgesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveConstantsCall

type MockTransactionSaveConstantsCall struct {
	*gomock.Call
}

MockTransactionSaveConstantsCall wrap *gomock.Call

func (*MockTransactionSaveConstantsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveConstantsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveConstantsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveDepositsCall added in v1.1.0

type MockTransactionSaveDepositsCall struct {
	*gomock.Call
}

MockTransactionSaveDepositsCall wrap *gomock.Call

func (*MockTransactionSaveDepositsCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveDepositsCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveDepositsCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockTransactionSaveFeesCall

type MockTransactionSaveFeesCall struct {
	*gomock.Call
}

MockTransactionSaveFeesCall wrap *gomock.Call

func (*MockTransactionSaveFeesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveFeesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveFeesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveRollupActionsCall

type MockTransactionSaveRollupActionsCall struct {
	*gomock.Call
}

MockTransactionSaveRollupActionsCall wrap *gomock.Call

func (*MockTransactionSaveRollupActionsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveRollupActionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveRollupActionsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveRollupAddressesCall

type MockTransactionSaveRollupAddressesCall struct {
	*gomock.Call
}

MockTransactionSaveRollupAddressesCall wrap *gomock.Call

func (*MockTransactionSaveRollupAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveRollupAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveRollupAddressesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveRollupsCall

type MockTransactionSaveRollupsCall struct {
	*gomock.Call
}

MockTransactionSaveRollupsCall wrap *gomock.Call

func (*MockTransactionSaveRollupsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveRollupsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveRollupsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveTransactionsCall

type MockTransactionSaveTransactionsCall struct {
	*gomock.Call
}

MockTransactionSaveTransactionsCall wrap *gomock.Call

func (*MockTransactionSaveTransactionsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveTransactionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveTransactionsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionSaveTransfersCall added in v1.1.0

type MockTransactionSaveTransfersCall struct {
	*gomock.Call
}

MockTransactionSaveTransfersCall wrap *gomock.Call

func (*MockTransactionSaveTransfersCall) Do added in v1.1.0

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveTransfersCall) DoAndReturn added in v1.1.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveTransfersCall) Return added in v1.1.0

Return rewrite *gomock.Call.Return

type MockTransactionSaveValidatorsCall

type MockTransactionSaveValidatorsCall struct {
	*gomock.Call
}

MockTransactionSaveValidatorsCall wrap *gomock.Call

func (*MockTransactionSaveValidatorsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionSaveValidatorsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionSaveValidatorsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionStateCall

type MockTransactionStateCall struct {
	*gomock.Call
}

MockTransactionStateCall wrap *gomock.Call

func (*MockTransactionStateCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionStateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionStateCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionTxCall

type MockTransactionTxCall struct {
	*gomock.Call
}

MockTransactionTxCall wrap *gomock.Call

func (*MockTransactionTxCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionTxCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionTxCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionUpdateAddressesCall

type MockTransactionUpdateAddressesCall struct {
	*gomock.Call
}

MockTransactionUpdateAddressesCall wrap *gomock.Call

func (*MockTransactionUpdateAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionUpdateAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionUpdateAddressesCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionUpdateAppCall added in v1.2.0

type MockTransactionUpdateAppCall struct {
	*gomock.Call
}

MockTransactionUpdateAppCall wrap *gomock.Call

func (*MockTransactionUpdateAppCall) Do added in v1.2.0

Do rewrite *gomock.Call.Do

func (*MockTransactionUpdateAppCall) DoAndReturn added in v1.2.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionUpdateAppCall) Return added in v1.2.0

Return rewrite *gomock.Call.Return

type MockTransactionUpdateCall

type MockTransactionUpdateCall struct {
	*gomock.Call
}

MockTransactionUpdateCall wrap *gomock.Call

func (*MockTransactionUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionUpdateCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionUpdateConstantsCall

type MockTransactionUpdateConstantsCall struct {
	*gomock.Call
}

MockTransactionUpdateConstantsCall wrap *gomock.Call

func (*MockTransactionUpdateConstantsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionUpdateConstantsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionUpdateConstantsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionUpdateRollupsCall

type MockTransactionUpdateRollupsCall struct {
	*gomock.Call
}

MockTransactionUpdateRollupsCall wrap *gomock.Call

func (*MockTransactionUpdateRollupsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionUpdateRollupsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionUpdateRollupsCall) Return

Return rewrite *gomock.Call.Return

type MockTransactionValidatorsCall

type MockTransactionValidatorsCall struct {
	*gomock.Call
}

MockTransactionValidatorsCall wrap *gomock.Call

func (*MockTransactionValidatorsCall) Do

Do rewrite *gomock.Call.Do

func (*MockTransactionValidatorsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*MockTransactionValidatorsCall) Return

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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