mock

package
v0.0.0-...-3eec7cb Latest Latest
Warning

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

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

Documentation

Overview

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

Generated by this command:

mockgen -source=interface.go -destination=mock/general.go -package=mock -typed

Package mock is a generated GoMock package.

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

Generated by this command:

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

Package mock is a generated GoMock package.

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

Generated by this command:

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

Package mock is a generated GoMock package.

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

Generated by this command:

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

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeneralRepositoryCreateIndexCall

type GeneralRepositoryCreateIndexCall struct {
	*gomock.Call
}

GeneralRepositoryCreateIndexCall wrap *gomock.Call

func (*GeneralRepositoryCreateIndexCall) Do

Do rewrite *gomock.Call.Do

func (*GeneralRepositoryCreateIndexCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*GeneralRepositoryCreateIndexCall) Return

Return rewrite *gomock.Call.Return

type GeneralRepositoryDropCall

type GeneralRepositoryDropCall struct {
	*gomock.Call
}

GeneralRepositoryDropCall wrap *gomock.Call

func (*GeneralRepositoryDropCall) Do

Do rewrite *gomock.Call.Do

func (*GeneralRepositoryDropCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*GeneralRepositoryDropCall) Return

Return rewrite *gomock.Call.Return

type GeneralRepositoryInitDatabaseCall

type GeneralRepositoryInitDatabaseCall struct {
	*gomock.Call
}

GeneralRepositoryInitDatabaseCall wrap *gomock.Call

func (*GeneralRepositoryInitDatabaseCall) Do

Do rewrite *gomock.Call.Do

func (*GeneralRepositoryInitDatabaseCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*GeneralRepositoryInitDatabaseCall) Return

Return rewrite *gomock.Call.Return

type GeneralRepositoryIsRecordNotFoundCall

type GeneralRepositoryIsRecordNotFoundCall struct {
	*gomock.Call
}

GeneralRepositoryIsRecordNotFoundCall wrap *gomock.Call

func (*GeneralRepositoryIsRecordNotFoundCall) Do

Do rewrite *gomock.Call.Do

func (*GeneralRepositoryIsRecordNotFoundCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*GeneralRepositoryIsRecordNotFoundCall) Return

Return rewrite *gomock.Call.Return

type GeneralRepositoryTablesExistCall

type GeneralRepositoryTablesExistCall struct {
	*gomock.Call
}

GeneralRepositoryTablesExistCall wrap *gomock.Call

func (*GeneralRepositoryTablesExistCall) Do

Do rewrite *gomock.Call.Do

func (*GeneralRepositoryTablesExistCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*GeneralRepositoryTablesExistCall) Return

Return rewrite *gomock.Call.Return

type MockGeneralRepository

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

MockGeneralRepository is a mock of GeneralRepository interface.

func NewMockGeneralRepository

func NewMockGeneralRepository(ctrl *gomock.Controller) *MockGeneralRepository

NewMockGeneralRepository creates a new mock instance.

func (*MockGeneralRepository) CreateIndex

func (m *MockGeneralRepository) CreateIndex(ctx context.Context, name, columns string, model any) error

CreateIndex mocks base method.

func (*MockGeneralRepository) Drop

Drop mocks base method.

func (*MockGeneralRepository) EXPECT

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

func (*MockGeneralRepository) InitDatabase

func (m *MockGeneralRepository) InitDatabase(ctx context.Context) error

InitDatabase mocks base method.

func (*MockGeneralRepository) IsRecordNotFound

func (m *MockGeneralRepository) IsRecordNotFound(err error) bool

IsRecordNotFound mocks base method.

func (*MockGeneralRepository) TablesExist

func (m *MockGeneralRepository) TablesExist(ctx context.Context) bool

TablesExist mocks base method.

type MockGeneralRepositoryMockRecorder

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

MockGeneralRepositoryMockRecorder is the mock recorder for MockGeneralRepository.

func (*MockGeneralRepositoryMockRecorder) CreateIndex

func (mr *MockGeneralRepositoryMockRecorder) CreateIndex(ctx, name, columns, model any) *GeneralRepositoryCreateIndexCall

CreateIndex indicates an expected call of CreateIndex.

func (*MockGeneralRepositoryMockRecorder) Drop

Drop indicates an expected call of Drop.

func (*MockGeneralRepositoryMockRecorder) InitDatabase

InitDatabase indicates an expected call of InitDatabase.

func (*MockGeneralRepositoryMockRecorder) IsRecordNotFound

IsRecordNotFound indicates an expected call of IsRecordNotFound.

func (*MockGeneralRepositoryMockRecorder) TablesExist

TablesExist indicates an expected call of TablesExist.

type MockModel

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

MockModel is a mock of Model interface.

func NewMockModel

func NewMockModel(ctrl *gomock.Controller) *MockModel

NewMockModel creates a new mock instance.

func (*MockModel) EXPECT

func (m *MockModel) EXPECT() *MockModelMockRecorder

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

func (*MockModel) GetID

func (m *MockModel) GetID() int64

GetID mocks base method.

func (*MockModel) TableName

func (m *MockModel) TableName() string

TableName mocks base method.

type MockModelMockRecorder

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

MockModelMockRecorder is the mock recorder for MockModel.

func (*MockModelMockRecorder) GetID

GetID indicates an expected call of GetID.

func (*MockModelMockRecorder) TableName

func (mr *MockModelMockRecorder) TableName() *ModelTableNameCall

TableName indicates an expected call of TableName.

type MockRollback

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

MockRollback is a mock of Rollback interface.

func NewMockRollback

func NewMockRollback(ctrl *gomock.Controller) *MockRollback

NewMockRollback creates a new mock instance.

func (*MockRollback) Commit

func (m *MockRollback) Commit() error

Commit mocks base method.

func (*MockRollback) DeleteAll

func (m *MockRollback) DeleteAll(ctx context.Context, model any, level int64) (int, error)

DeleteAll mocks base method.

func (*MockRollback) DeleteBigMapState

func (m *MockRollback) DeleteBigMapState(ctx context.Context, state bigmapdiff.BigMapState) error

DeleteBigMapState mocks base method.

func (*MockRollback) DeleteScriptsConstants

func (m *MockRollback) DeleteScriptsConstants(ctx context.Context, scriptIds, constantsIds []int64) error

DeleteScriptsConstants mocks base method.

func (*MockRollback) DeleteTicketBalances

func (m *MockRollback) DeleteTicketBalances(ctx context.Context, ticketIds []int64) error

DeleteTicketBalances mocks base method.

func (*MockRollback) DeleteTickets

func (m *MockRollback) DeleteTickets(ctx context.Context, level int64) ([]int64, error)

DeleteTickets mocks base method.

func (*MockRollback) EXPECT

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

func (*MockRollback) GetLastAction

func (m *MockRollback) GetLastAction(ctx context.Context, addressIds ...int64) ([]models.LastAction, error)

GetLastAction mocks base method.

func (*MockRollback) GetMigrations

func (m *MockRollback) GetMigrations(ctx context.Context, level int64) ([]migration.Migration, error)

GetMigrations mocks base method.

func (*MockRollback) GetOperations

func (m *MockRollback) GetOperations(ctx context.Context, level int64) ([]operation.Operation, error)

GetOperations mocks base method.

func (*MockRollback) GetTicketUpdates

func (m *MockRollback) GetTicketUpdates(ctx context.Context, level int64) ([]ticket.TicketUpdate, error)

GetTicketUpdates mocks base method.

func (*MockRollback) GlobalConstants

func (m *MockRollback) GlobalConstants(ctx context.Context, level int64) ([]contract.GlobalConstant, error)

GlobalConstants mocks base method.

func (*MockRollback) LastDiff

func (m *MockRollback) LastDiff(ctx context.Context, ptr int64, keyHash string, skipRemoved bool) (bigmapdiff.BigMapDiff, error)

LastDiff mocks base method.

func (*MockRollback) Protocols

func (m *MockRollback) Protocols(ctx context.Context, level int64) error

Protocols mocks base method.

func (*MockRollback) Rollback

func (m *MockRollback) Rollback() error

Rollback mocks base method.

func (*MockRollback) SaveBigMapState

func (m *MockRollback) SaveBigMapState(ctx context.Context, state bigmapdiff.BigMapState) error

SaveBigMapState mocks base method.

func (*MockRollback) Scripts

func (m *MockRollback) Scripts(ctx context.Context, level int64) ([]contract.Script, error)

Scripts mocks base method.

func (*MockRollback) StatesChangedAtLevel

func (m *MockRollback) StatesChangedAtLevel(ctx context.Context, level int64) ([]bigmapdiff.BigMapState, error)

StatesChangedAtLevel mocks base method.

func (*MockRollback) TicketBalances

func (m *MockRollback) TicketBalances(ctx context.Context, balances ...*ticket.Balance) error

TicketBalances mocks base method.

func (*MockRollback) UpdateAccountStats

func (m *MockRollback) UpdateAccountStats(ctx context.Context, account account.Account) error

UpdateAccountStats mocks base method.

func (*MockRollback) UpdateStats

func (m *MockRollback) UpdateStats(ctx context.Context, stats stats.Stats) error

UpdateStats mocks base method.

func (*MockRollback) UpdateTicket

func (m *MockRollback) UpdateTicket(ctx context.Context, ticket ticket.Ticket) error

UpdateTicket mocks base method.

type MockRollbackMockRecorder

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

MockRollbackMockRecorder is the mock recorder for MockRollback.

func (*MockRollbackMockRecorder) Commit

Commit indicates an expected call of Commit.

func (*MockRollbackMockRecorder) DeleteAll

func (mr *MockRollbackMockRecorder) DeleteAll(ctx, model, level any) *RollbackDeleteAllCall

DeleteAll indicates an expected call of DeleteAll.

func (*MockRollbackMockRecorder) DeleteBigMapState

func (mr *MockRollbackMockRecorder) DeleteBigMapState(ctx, state any) *RollbackDeleteBigMapStateCall

DeleteBigMapState indicates an expected call of DeleteBigMapState.

func (*MockRollbackMockRecorder) DeleteScriptsConstants

func (mr *MockRollbackMockRecorder) DeleteScriptsConstants(ctx, scriptIds, constantsIds any) *RollbackDeleteScriptsConstantsCall

DeleteScriptsConstants indicates an expected call of DeleteScriptsConstants.

func (*MockRollbackMockRecorder) DeleteTicketBalances

func (mr *MockRollbackMockRecorder) DeleteTicketBalances(ctx, ticketIds any) *RollbackDeleteTicketBalancesCall

DeleteTicketBalances indicates an expected call of DeleteTicketBalances.

func (*MockRollbackMockRecorder) DeleteTickets

func (mr *MockRollbackMockRecorder) DeleteTickets(ctx, level any) *RollbackDeleteTicketsCall

DeleteTickets indicates an expected call of DeleteTickets.

func (*MockRollbackMockRecorder) GetLastAction

func (mr *MockRollbackMockRecorder) GetLastAction(ctx any, addressIds ...any) *RollbackGetLastActionCall

GetLastAction indicates an expected call of GetLastAction.

func (*MockRollbackMockRecorder) GetMigrations

func (mr *MockRollbackMockRecorder) GetMigrations(ctx, level any) *RollbackGetMigrationsCall

GetMigrations indicates an expected call of GetMigrations.

func (*MockRollbackMockRecorder) GetOperations

func (mr *MockRollbackMockRecorder) GetOperations(ctx, level any) *RollbackGetOperationsCall

GetOperations indicates an expected call of GetOperations.

func (*MockRollbackMockRecorder) GetTicketUpdates

func (mr *MockRollbackMockRecorder) GetTicketUpdates(ctx, level any) *RollbackGetTicketUpdatesCall

GetTicketUpdates indicates an expected call of GetTicketUpdates.

func (*MockRollbackMockRecorder) GlobalConstants

func (mr *MockRollbackMockRecorder) GlobalConstants(ctx, level any) *RollbackGlobalConstantsCall

GlobalConstants indicates an expected call of GlobalConstants.

func (*MockRollbackMockRecorder) LastDiff

func (mr *MockRollbackMockRecorder) LastDiff(ctx, ptr, keyHash, skipRemoved any) *RollbackLastDiffCall

LastDiff indicates an expected call of LastDiff.

func (*MockRollbackMockRecorder) Protocols

func (mr *MockRollbackMockRecorder) Protocols(ctx, level any) *RollbackProtocolsCall

Protocols indicates an expected call of Protocols.

func (*MockRollbackMockRecorder) Rollback

Rollback indicates an expected call of Rollback.

func (*MockRollbackMockRecorder) SaveBigMapState

func (mr *MockRollbackMockRecorder) SaveBigMapState(ctx, state any) *RollbackSaveBigMapStateCall

SaveBigMapState indicates an expected call of SaveBigMapState.

func (*MockRollbackMockRecorder) Scripts

func (mr *MockRollbackMockRecorder) Scripts(ctx, level any) *RollbackScriptsCall

Scripts indicates an expected call of Scripts.

func (*MockRollbackMockRecorder) StatesChangedAtLevel

func (mr *MockRollbackMockRecorder) StatesChangedAtLevel(ctx, level any) *RollbackStatesChangedAtLevelCall

StatesChangedAtLevel indicates an expected call of StatesChangedAtLevel.

func (*MockRollbackMockRecorder) TicketBalances

func (mr *MockRollbackMockRecorder) TicketBalances(ctx any, balances ...any) *RollbackTicketBalancesCall

TicketBalances indicates an expected call of TicketBalances.

func (*MockRollbackMockRecorder) UpdateAccountStats

func (mr *MockRollbackMockRecorder) UpdateAccountStats(ctx, account any) *RollbackUpdateAccountStatsCall

UpdateAccountStats indicates an expected call of UpdateAccountStats.

func (*MockRollbackMockRecorder) UpdateStats

func (mr *MockRollbackMockRecorder) UpdateStats(ctx, stats any) *RollbackUpdateStatsCall

UpdateStats indicates an expected call of UpdateStats.

func (*MockRollbackMockRecorder) UpdateTicket

func (mr *MockRollbackMockRecorder) UpdateTicket(ctx, ticket any) *RollbackUpdateTicketCall

UpdateTicket indicates an expected call of UpdateTicket.

type MockSaver

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

MockSaver is a mock of Saver interface.

func NewMockSaver

func NewMockSaver(ctrl *gomock.Controller) *MockSaver

NewMockSaver creates a new mock instance.

func (*MockSaver) Commit

func (m *MockSaver) Commit() error

Commit mocks base method.

func (*MockSaver) DeleteAll

func (m *MockSaver) DeleteAll(ctx context.Context, model any, level int64) error

DeleteAll mocks base method.

func (*MockSaver) DeleteBigMapState

func (m *MockSaver) DeleteBigMapState(ctx context.Context, state bigmapdiff.BigMapState) error

DeleteBigMapState mocks base method.

func (*MockSaver) EXPECT

func (m *MockSaver) EXPECT() *MockSaverMockRecorder

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

func (*MockSaver) GetContractsLastAction

func (m *MockSaver) GetContractsLastAction(ctx context.Context, addressIds ...int64) ([]models.LastAction, error)

GetContractsLastAction mocks base method.

func (*MockSaver) GetOperations

func (m *MockSaver) GetOperations(ctx context.Context, level int64) ([]operation.Operation, error)

GetOperations mocks base method.

func (*MockSaver) LastDiff

func (m *MockSaver) LastDiff(ctx context.Context, ptr int64, keyHash string, skipRemoved bool) (bigmapdiff.BigMapDiff, error)

LastDiff mocks base method.

func (*MockSaver) Rollback

func (m *MockSaver) Rollback() error

Rollback mocks base method.

func (*MockSaver) SaveBigMapState

func (m *MockSaver) SaveBigMapState(ctx context.Context, state bigmapdiff.BigMapState) error

SaveBigMapState mocks base method.

func (*MockSaver) StatesChangedAtLevel

func (m *MockSaver) StatesChangedAtLevel(ctx context.Context, level int64) ([]bigmapdiff.BigMapState, error)

StatesChangedAtLevel mocks base method.

func (*MockSaver) UpdateContractStats

func (m *MockSaver) UpdateContractStats(ctx context.Context, accountId int64, lastAction time.Time, txCount int64) error

UpdateContractStats mocks base method.

type MockSaverMockRecorder

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

MockSaverMockRecorder is the mock recorder for MockSaver.

func (*MockSaverMockRecorder) Commit

func (mr *MockSaverMockRecorder) Commit() *SaverCommitCall

Commit indicates an expected call of Commit.

func (*MockSaverMockRecorder) DeleteAll

func (mr *MockSaverMockRecorder) DeleteAll(ctx, model, level any) *SaverDeleteAllCall

DeleteAll indicates an expected call of DeleteAll.

func (*MockSaverMockRecorder) DeleteBigMapState

func (mr *MockSaverMockRecorder) DeleteBigMapState(ctx, state any) *SaverDeleteBigMapStateCall

DeleteBigMapState indicates an expected call of DeleteBigMapState.

func (*MockSaverMockRecorder) GetContractsLastAction

func (mr *MockSaverMockRecorder) GetContractsLastAction(ctx any, addressIds ...any) *SaverGetContractsLastActionCall

GetContractsLastAction indicates an expected call of GetContractsLastAction.

func (*MockSaverMockRecorder) GetOperations

func (mr *MockSaverMockRecorder) GetOperations(ctx, level any) *SaverGetOperationsCall

GetOperations indicates an expected call of GetOperations.

func (*MockSaverMockRecorder) LastDiff

func (mr *MockSaverMockRecorder) LastDiff(ctx, ptr, keyHash, skipRemoved any) *SaverLastDiffCall

LastDiff indicates an expected call of LastDiff.

func (*MockSaverMockRecorder) Rollback

func (mr *MockSaverMockRecorder) Rollback() *SaverRollbackCall

Rollback indicates an expected call of Rollback.

func (*MockSaverMockRecorder) SaveBigMapState

func (mr *MockSaverMockRecorder) SaveBigMapState(ctx, state any) *SaverSaveBigMapStateCall

SaveBigMapState indicates an expected call of SaveBigMapState.

func (*MockSaverMockRecorder) StatesChangedAtLevel

func (mr *MockSaverMockRecorder) StatesChangedAtLevel(ctx, level any) *SaverStatesChangedAtLevelCall

StatesChangedAtLevel indicates an expected call of StatesChangedAtLevel.

func (*MockSaverMockRecorder) UpdateContractStats

func (mr *MockSaverMockRecorder) UpdateContractStats(ctx, accountId, lastAction, txCount any) *SaverUpdateContractStatsCall

UpdateContractStats indicates an expected call of UpdateContractStats.

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

func (m *MockTransaction) Accounts(ctx context.Context, accounts ...*account.Account) error

Accounts mocks base method.

func (*MockTransaction) BabylonUpdateBigMapDiffs

func (m *MockTransaction) BabylonUpdateBigMapDiffs(ctx context.Context, contract string, ptr int64) (int, error)

BabylonUpdateBigMapDiffs mocks base method.

func (*MockTransaction) BabylonUpdateNonDelegator

func (m *MockTransaction) BabylonUpdateNonDelegator(ctx context.Context, contract *contract.Contract) error

BabylonUpdateNonDelegator mocks base method.

func (*MockTransaction) BigMapActions

func (m *MockTransaction) BigMapActions(ctx context.Context, bigmapdiffs ...*bigmapaction.BigMapAction) error

BigMapActions mocks base method.

func (*MockTransaction) BigMapDiffs

func (m *MockTransaction) BigMapDiffs(ctx context.Context, bigmapdiffs ...*bigmapdiff.BigMapDiff) error

BigMapDiffs mocks base method.

func (*MockTransaction) BigMapStates

func (m *MockTransaction) BigMapStates(ctx context.Context, states ...*bigmapdiff.BigMapState) error

BigMapStates mocks base method.

func (*MockTransaction) Block

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

Block mocks base method.

func (*MockTransaction) Commit

func (m *MockTransaction) Commit() error

Commit mocks base method.

func (*MockTransaction) Contracts

func (m *MockTransaction) Contracts(ctx context.Context, contracts ...*contract.Contract) error

Contracts mocks base method.

func (*MockTransaction) DeleteBigMapStatesByContract

func (m *MockTransaction) DeleteBigMapStatesByContract(ctx context.Context, contract string) ([]bigmapdiff.BigMapState, error)

DeleteBigMapStatesByContract mocks base method.

func (*MockTransaction) EXPECT

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

func (*MockTransaction) GlobalConstants

func (m *MockTransaction) GlobalConstants(ctx context.Context, constants ...*contract.GlobalConstant) error

GlobalConstants mocks base method.

func (*MockTransaction) JakartaUpdateNonDelegator

func (m *MockTransaction) JakartaUpdateNonDelegator(ctx context.Context, contract *contract.Contract) error

JakartaUpdateNonDelegator mocks base method.

func (*MockTransaction) JakartaVesting

func (m *MockTransaction) JakartaVesting(ctx context.Context, contract *contract.Contract) error

JakartaVesting mocks base method.

func (*MockTransaction) Migrations

func (m *MockTransaction) Migrations(ctx context.Context, migrations ...*migration.Migration) error

Migrations mocks base method.

func (*MockTransaction) Operations

func (m *MockTransaction) Operations(ctx context.Context, operations ...*operation.Operation) error

Operations mocks base method.

func (*MockTransaction) Protocol

func (m *MockTransaction) Protocol(ctx context.Context, proto *protocol.Protocol) error

Protocol mocks base method.

func (*MockTransaction) Rollback

func (m *MockTransaction) Rollback() error

Rollback mocks base method.

func (*MockTransaction) Save

func (m *MockTransaction) Save(ctx context.Context, data any) error

Save mocks base method.

func (*MockTransaction) ScriptConstant

func (m *MockTransaction) ScriptConstant(ctx context.Context, data ...*contract.ScriptConstants) error

ScriptConstant mocks base method.

func (*MockTransaction) Scripts

func (m *MockTransaction) Scripts(ctx context.Context, scripts ...*contract.Script) error

Scripts mocks base method.

func (*MockTransaction) SmartRollups

func (m *MockTransaction) SmartRollups(ctx context.Context, rollups ...*smartrollup.SmartRollup) error

SmartRollups mocks base method.

func (*MockTransaction) TickerUpdates

func (m *MockTransaction) TickerUpdates(ctx context.Context, updates ...*ticket.TicketUpdate) error

TickerUpdates mocks base method.

func (*MockTransaction) TicketBalances

func (m *MockTransaction) TicketBalances(ctx context.Context, balances ...*ticket.Balance) error

TicketBalances mocks base method.

func (*MockTransaction) Tickets

func (m *MockTransaction) Tickets(ctx context.Context, tickets ...*ticket.Ticket) error

Tickets mocks base method.

func (*MockTransaction) ToBabylon

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

ToBabylon mocks base method.

func (*MockTransaction) ToJakarta

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

ToJakarta mocks base method.

func (*MockTransaction) UpdateStats

func (m *MockTransaction) UpdateStats(ctx context.Context, stats stats.Stats) error

UpdateStats mocks base method.

type MockTransactionMockRecorder

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

MockTransactionMockRecorder is the mock recorder for MockTransaction.

func (*MockTransactionMockRecorder) Accounts

func (mr *MockTransactionMockRecorder) Accounts(ctx any, accounts ...any) *TransactionAccountsCall

Accounts indicates an expected call of Accounts.

func (*MockTransactionMockRecorder) BabylonUpdateBigMapDiffs

func (mr *MockTransactionMockRecorder) BabylonUpdateBigMapDiffs(ctx, contract, ptr any) *TransactionBabylonUpdateBigMapDiffsCall

BabylonUpdateBigMapDiffs indicates an expected call of BabylonUpdateBigMapDiffs.

func (*MockTransactionMockRecorder) BabylonUpdateNonDelegator

func (mr *MockTransactionMockRecorder) BabylonUpdateNonDelegator(ctx, contract any) *TransactionBabylonUpdateNonDelegatorCall

BabylonUpdateNonDelegator indicates an expected call of BabylonUpdateNonDelegator.

func (*MockTransactionMockRecorder) BigMapActions

func (mr *MockTransactionMockRecorder) BigMapActions(ctx any, bigmapdiffs ...any) *TransactionBigMapActionsCall

BigMapActions indicates an expected call of BigMapActions.

func (*MockTransactionMockRecorder) BigMapDiffs

func (mr *MockTransactionMockRecorder) BigMapDiffs(ctx any, bigmapdiffs ...any) *TransactionBigMapDiffsCall

BigMapDiffs indicates an expected call of BigMapDiffs.

func (*MockTransactionMockRecorder) BigMapStates

func (mr *MockTransactionMockRecorder) BigMapStates(ctx any, states ...any) *TransactionBigMapStatesCall

BigMapStates indicates an expected call of BigMapStates.

func (*MockTransactionMockRecorder) Block

func (mr *MockTransactionMockRecorder) Block(ctx, block any) *TransactionBlockCall

Block indicates an expected call of Block.

func (*MockTransactionMockRecorder) Commit

Commit indicates an expected call of Commit.

func (*MockTransactionMockRecorder) Contracts

func (mr *MockTransactionMockRecorder) Contracts(ctx any, contracts ...any) *TransactionContractsCall

Contracts indicates an expected call of Contracts.

func (*MockTransactionMockRecorder) DeleteBigMapStatesByContract

func (mr *MockTransactionMockRecorder) DeleteBigMapStatesByContract(ctx, contract any) *TransactionDeleteBigMapStatesByContractCall

DeleteBigMapStatesByContract indicates an expected call of DeleteBigMapStatesByContract.

func (*MockTransactionMockRecorder) GlobalConstants

func (mr *MockTransactionMockRecorder) GlobalConstants(ctx any, constants ...any) *TransactionGlobalConstantsCall

GlobalConstants indicates an expected call of GlobalConstants.

func (*MockTransactionMockRecorder) JakartaUpdateNonDelegator

func (mr *MockTransactionMockRecorder) JakartaUpdateNonDelegator(ctx, contract any) *TransactionJakartaUpdateNonDelegatorCall

JakartaUpdateNonDelegator indicates an expected call of JakartaUpdateNonDelegator.

func (*MockTransactionMockRecorder) JakartaVesting

func (mr *MockTransactionMockRecorder) JakartaVesting(ctx, contract any) *TransactionJakartaVestingCall

JakartaVesting indicates an expected call of JakartaVesting.

func (*MockTransactionMockRecorder) Migrations

func (mr *MockTransactionMockRecorder) Migrations(ctx any, migrations ...any) *TransactionMigrationsCall

Migrations indicates an expected call of Migrations.

func (*MockTransactionMockRecorder) Operations

func (mr *MockTransactionMockRecorder) Operations(ctx any, operations ...any) *TransactionOperationsCall

Operations indicates an expected call of Operations.

func (*MockTransactionMockRecorder) Protocol

func (mr *MockTransactionMockRecorder) Protocol(ctx, proto any) *TransactionProtocolCall

Protocol indicates an expected call of Protocol.

func (*MockTransactionMockRecorder) Rollback

Rollback indicates an expected call of Rollback.

func (*MockTransactionMockRecorder) Save

Save indicates an expected call of Save.

func (*MockTransactionMockRecorder) ScriptConstant

func (mr *MockTransactionMockRecorder) ScriptConstant(ctx any, data ...any) *TransactionScriptConstantCall

ScriptConstant indicates an expected call of ScriptConstant.

func (*MockTransactionMockRecorder) Scripts

func (mr *MockTransactionMockRecorder) Scripts(ctx any, scripts ...any) *TransactionScriptsCall

Scripts indicates an expected call of Scripts.

func (*MockTransactionMockRecorder) SmartRollups

func (mr *MockTransactionMockRecorder) SmartRollups(ctx any, rollups ...any) *TransactionSmartRollupsCall

SmartRollups indicates an expected call of SmartRollups.

func (*MockTransactionMockRecorder) TickerUpdates

func (mr *MockTransactionMockRecorder) TickerUpdates(ctx any, updates ...any) *TransactionTickerUpdatesCall

TickerUpdates indicates an expected call of TickerUpdates.

func (*MockTransactionMockRecorder) TicketBalances

func (mr *MockTransactionMockRecorder) TicketBalances(ctx any, balances ...any) *TransactionTicketBalancesCall

TicketBalances indicates an expected call of TicketBalances.

func (*MockTransactionMockRecorder) Tickets

func (mr *MockTransactionMockRecorder) Tickets(ctx any, tickets ...any) *TransactionTicketsCall

Tickets indicates an expected call of Tickets.

func (*MockTransactionMockRecorder) ToBabylon

ToBabylon indicates an expected call of ToBabylon.

func (*MockTransactionMockRecorder) ToJakarta

ToJakarta indicates an expected call of ToJakarta.

func (*MockTransactionMockRecorder) UpdateStats

func (mr *MockTransactionMockRecorder) UpdateStats(ctx, stats any) *TransactionUpdateStatsCall

UpdateStats indicates an expected call of UpdateStats.

type ModelGetIDCall

type ModelGetIDCall struct {
	*gomock.Call
}

ModelGetIDCall wrap *gomock.Call

func (*ModelGetIDCall) Do

func (c *ModelGetIDCall) Do(f func() int64) *ModelGetIDCall

Do rewrite *gomock.Call.Do

func (*ModelGetIDCall) DoAndReturn

func (c *ModelGetIDCall) DoAndReturn(f func() int64) *ModelGetIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ModelGetIDCall) Return

func (c *ModelGetIDCall) Return(arg0 int64) *ModelGetIDCall

Return rewrite *gomock.Call.Return

type ModelTableNameCall

type ModelTableNameCall struct {
	*gomock.Call
}

ModelTableNameCall wrap *gomock.Call

func (*ModelTableNameCall) Do

func (c *ModelTableNameCall) Do(f func() string) *ModelTableNameCall

Do rewrite *gomock.Call.Do

func (*ModelTableNameCall) DoAndReturn

func (c *ModelTableNameCall) DoAndReturn(f func() string) *ModelTableNameCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ModelTableNameCall) Return

func (c *ModelTableNameCall) Return(arg0 string) *ModelTableNameCall

Return rewrite *gomock.Call.Return

type RollbackCommitCall

type RollbackCommitCall struct {
	*gomock.Call
}

RollbackCommitCall wrap *gomock.Call

func (*RollbackCommitCall) Do

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

Do rewrite *gomock.Call.Do

func (*RollbackCommitCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackCommitCall) Return

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

Return rewrite *gomock.Call.Return

type RollbackDeleteAllCall

type RollbackDeleteAllCall struct {
	*gomock.Call
}

RollbackDeleteAllCall wrap *gomock.Call

func (*RollbackDeleteAllCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackDeleteAllCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackDeleteAllCall) Return

func (c *RollbackDeleteAllCall) Return(arg0 int, arg1 error) *RollbackDeleteAllCall

Return rewrite *gomock.Call.Return

type RollbackDeleteBigMapStateCall

type RollbackDeleteBigMapStateCall struct {
	*gomock.Call
}

RollbackDeleteBigMapStateCall wrap *gomock.Call

func (*RollbackDeleteBigMapStateCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackDeleteBigMapStateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackDeleteBigMapStateCall) Return

Return rewrite *gomock.Call.Return

type RollbackDeleteScriptsConstantsCall

type RollbackDeleteScriptsConstantsCall struct {
	*gomock.Call
}

RollbackDeleteScriptsConstantsCall wrap *gomock.Call

func (*RollbackDeleteScriptsConstantsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackDeleteScriptsConstantsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackDeleteScriptsConstantsCall) Return

Return rewrite *gomock.Call.Return

type RollbackDeleteTicketBalancesCall

type RollbackDeleteTicketBalancesCall struct {
	*gomock.Call
}

RollbackDeleteTicketBalancesCall wrap *gomock.Call

func (*RollbackDeleteTicketBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackDeleteTicketBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackDeleteTicketBalancesCall) Return

Return rewrite *gomock.Call.Return

type RollbackDeleteTicketsCall

type RollbackDeleteTicketsCall struct {
	*gomock.Call
}

RollbackDeleteTicketsCall wrap *gomock.Call

func (*RollbackDeleteTicketsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackDeleteTicketsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackDeleteTicketsCall) Return

Return rewrite *gomock.Call.Return

type RollbackGetLastActionCall

type RollbackGetLastActionCall struct {
	*gomock.Call
}

RollbackGetLastActionCall wrap *gomock.Call

func (*RollbackGetLastActionCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackGetLastActionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackGetLastActionCall) Return

Return rewrite *gomock.Call.Return

type RollbackGetMigrationsCall

type RollbackGetMigrationsCall struct {
	*gomock.Call
}

RollbackGetMigrationsCall wrap *gomock.Call

func (*RollbackGetMigrationsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackGetMigrationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackGetMigrationsCall) Return

Return rewrite *gomock.Call.Return

type RollbackGetOperationsCall

type RollbackGetOperationsCall struct {
	*gomock.Call
}

RollbackGetOperationsCall wrap *gomock.Call

func (*RollbackGetOperationsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackGetOperationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackGetOperationsCall) Return

Return rewrite *gomock.Call.Return

type RollbackGetTicketUpdatesCall

type RollbackGetTicketUpdatesCall struct {
	*gomock.Call
}

RollbackGetTicketUpdatesCall wrap *gomock.Call

func (*RollbackGetTicketUpdatesCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackGetTicketUpdatesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackGetTicketUpdatesCall) Return

Return rewrite *gomock.Call.Return

type RollbackGlobalConstantsCall

type RollbackGlobalConstantsCall struct {
	*gomock.Call
}

RollbackGlobalConstantsCall wrap *gomock.Call

func (*RollbackGlobalConstantsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackGlobalConstantsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackGlobalConstantsCall) Return

Return rewrite *gomock.Call.Return

type RollbackLastDiffCall

type RollbackLastDiffCall struct {
	*gomock.Call
}

RollbackLastDiffCall wrap *gomock.Call

func (*RollbackLastDiffCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackLastDiffCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackLastDiffCall) Return

Return rewrite *gomock.Call.Return

type RollbackProtocolsCall

type RollbackProtocolsCall struct {
	*gomock.Call
}

RollbackProtocolsCall wrap *gomock.Call

func (*RollbackProtocolsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackProtocolsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackProtocolsCall) Return

Return rewrite *gomock.Call.Return

type RollbackRollbackCall

type RollbackRollbackCall struct {
	*gomock.Call
}

RollbackRollbackCall wrap *gomock.Call

func (*RollbackRollbackCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackRollbackCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackRollbackCall) Return

Return rewrite *gomock.Call.Return

type RollbackSaveBigMapStateCall

type RollbackSaveBigMapStateCall struct {
	*gomock.Call
}

RollbackSaveBigMapStateCall wrap *gomock.Call

func (*RollbackSaveBigMapStateCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackSaveBigMapStateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackSaveBigMapStateCall) Return

Return rewrite *gomock.Call.Return

type RollbackScriptsCall

type RollbackScriptsCall struct {
	*gomock.Call
}

RollbackScriptsCall wrap *gomock.Call

func (*RollbackScriptsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackScriptsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackScriptsCall) Return

func (c *RollbackScriptsCall) Return(arg0 []contract.Script, arg1 error) *RollbackScriptsCall

Return rewrite *gomock.Call.Return

type RollbackStatesChangedAtLevelCall

type RollbackStatesChangedAtLevelCall struct {
	*gomock.Call
}

RollbackStatesChangedAtLevelCall wrap *gomock.Call

func (*RollbackStatesChangedAtLevelCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackStatesChangedAtLevelCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackStatesChangedAtLevelCall) Return

Return rewrite *gomock.Call.Return

type RollbackTicketBalancesCall

type RollbackTicketBalancesCall struct {
	*gomock.Call
}

RollbackTicketBalancesCall wrap *gomock.Call

func (*RollbackTicketBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackTicketBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackTicketBalancesCall) Return

Return rewrite *gomock.Call.Return

type RollbackUpdateAccountStatsCall

type RollbackUpdateAccountStatsCall struct {
	*gomock.Call
}

RollbackUpdateAccountStatsCall wrap *gomock.Call

func (*RollbackUpdateAccountStatsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackUpdateAccountStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackUpdateAccountStatsCall) Return

Return rewrite *gomock.Call.Return

type RollbackUpdateStatsCall

type RollbackUpdateStatsCall struct {
	*gomock.Call
}

RollbackUpdateStatsCall wrap *gomock.Call

func (*RollbackUpdateStatsCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackUpdateStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackUpdateStatsCall) Return

Return rewrite *gomock.Call.Return

type RollbackUpdateTicketCall

type RollbackUpdateTicketCall struct {
	*gomock.Call
}

RollbackUpdateTicketCall wrap *gomock.Call

func (*RollbackUpdateTicketCall) Do

Do rewrite *gomock.Call.Do

func (*RollbackUpdateTicketCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*RollbackUpdateTicketCall) Return

Return rewrite *gomock.Call.Return

type SaverCommitCall

type SaverCommitCall struct {
	*gomock.Call
}

SaverCommitCall wrap *gomock.Call

func (*SaverCommitCall) Do

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

Do rewrite *gomock.Call.Do

func (*SaverCommitCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverCommitCall) Return

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

Return rewrite *gomock.Call.Return

type SaverDeleteAllCall

type SaverDeleteAllCall struct {
	*gomock.Call
}

SaverDeleteAllCall wrap *gomock.Call

func (*SaverDeleteAllCall) Do

Do rewrite *gomock.Call.Do

func (*SaverDeleteAllCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverDeleteAllCall) Return

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

Return rewrite *gomock.Call.Return

type SaverDeleteBigMapStateCall

type SaverDeleteBigMapStateCall struct {
	*gomock.Call
}

SaverDeleteBigMapStateCall wrap *gomock.Call

func (*SaverDeleteBigMapStateCall) Do

Do rewrite *gomock.Call.Do

func (*SaverDeleteBigMapStateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverDeleteBigMapStateCall) Return

Return rewrite *gomock.Call.Return

type SaverGetContractsLastActionCall

type SaverGetContractsLastActionCall struct {
	*gomock.Call
}

SaverGetContractsLastActionCall wrap *gomock.Call

func (*SaverGetContractsLastActionCall) Do

Do rewrite *gomock.Call.Do

func (*SaverGetContractsLastActionCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverGetContractsLastActionCall) Return

Return rewrite *gomock.Call.Return

type SaverGetOperationsCall

type SaverGetOperationsCall struct {
	*gomock.Call
}

SaverGetOperationsCall wrap *gomock.Call

func (*SaverGetOperationsCall) Do

Do rewrite *gomock.Call.Do

func (*SaverGetOperationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverGetOperationsCall) Return

Return rewrite *gomock.Call.Return

type SaverLastDiffCall

type SaverLastDiffCall struct {
	*gomock.Call
}

SaverLastDiffCall wrap *gomock.Call

func (*SaverLastDiffCall) Do

Do rewrite *gomock.Call.Do

func (*SaverLastDiffCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverLastDiffCall) Return

Return rewrite *gomock.Call.Return

type SaverRollbackCall

type SaverRollbackCall struct {
	*gomock.Call
}

SaverRollbackCall wrap *gomock.Call

func (*SaverRollbackCall) Do

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

Do rewrite *gomock.Call.Do

func (*SaverRollbackCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverRollbackCall) Return

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

Return rewrite *gomock.Call.Return

type SaverSaveBigMapStateCall

type SaverSaveBigMapStateCall struct {
	*gomock.Call
}

SaverSaveBigMapStateCall wrap *gomock.Call

func (*SaverSaveBigMapStateCall) Do

Do rewrite *gomock.Call.Do

func (*SaverSaveBigMapStateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverSaveBigMapStateCall) Return

Return rewrite *gomock.Call.Return

type SaverStatesChangedAtLevelCall

type SaverStatesChangedAtLevelCall struct {
	*gomock.Call
}

SaverStatesChangedAtLevelCall wrap *gomock.Call

func (*SaverStatesChangedAtLevelCall) Do

Do rewrite *gomock.Call.Do

func (*SaverStatesChangedAtLevelCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverStatesChangedAtLevelCall) Return

Return rewrite *gomock.Call.Return

type SaverUpdateContractStatsCall

type SaverUpdateContractStatsCall struct {
	*gomock.Call
}

SaverUpdateContractStatsCall wrap *gomock.Call

func (*SaverUpdateContractStatsCall) Do

Do rewrite *gomock.Call.Do

func (*SaverUpdateContractStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SaverUpdateContractStatsCall) Return

Return rewrite *gomock.Call.Return

type TransactionAccountsCall

type TransactionAccountsCall struct {
	*gomock.Call
}

TransactionAccountsCall wrap *gomock.Call

func (*TransactionAccountsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionAccountsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionAccountsCall) Return

Return rewrite *gomock.Call.Return

type TransactionBabylonUpdateBigMapDiffsCall

type TransactionBabylonUpdateBigMapDiffsCall struct {
	*gomock.Call
}

TransactionBabylonUpdateBigMapDiffsCall wrap *gomock.Call

func (*TransactionBabylonUpdateBigMapDiffsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionBabylonUpdateBigMapDiffsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionBabylonUpdateBigMapDiffsCall) Return

Return rewrite *gomock.Call.Return

type TransactionBabylonUpdateNonDelegatorCall

type TransactionBabylonUpdateNonDelegatorCall struct {
	*gomock.Call
}

TransactionBabylonUpdateNonDelegatorCall wrap *gomock.Call

func (*TransactionBabylonUpdateNonDelegatorCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionBabylonUpdateNonDelegatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionBabylonUpdateNonDelegatorCall) Return

Return rewrite *gomock.Call.Return

type TransactionBigMapActionsCall

type TransactionBigMapActionsCall struct {
	*gomock.Call
}

TransactionBigMapActionsCall wrap *gomock.Call

func (*TransactionBigMapActionsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionBigMapActionsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionBigMapActionsCall) Return

Return rewrite *gomock.Call.Return

type TransactionBigMapDiffsCall

type TransactionBigMapDiffsCall struct {
	*gomock.Call
}

TransactionBigMapDiffsCall wrap *gomock.Call

func (*TransactionBigMapDiffsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionBigMapDiffsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionBigMapDiffsCall) Return

Return rewrite *gomock.Call.Return

type TransactionBigMapStatesCall

type TransactionBigMapStatesCall struct {
	*gomock.Call
}

TransactionBigMapStatesCall wrap *gomock.Call

func (*TransactionBigMapStatesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionBigMapStatesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionBigMapStatesCall) Return

Return rewrite *gomock.Call.Return

type TransactionBlockCall

type TransactionBlockCall struct {
	*gomock.Call
}

TransactionBlockCall wrap *gomock.Call

func (*TransactionBlockCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionBlockCall) Return

Return rewrite *gomock.Call.Return

type TransactionCommitCall

type TransactionCommitCall struct {
	*gomock.Call
}

TransactionCommitCall wrap *gomock.Call

func (*TransactionCommitCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionCommitCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionCommitCall) Return

Return rewrite *gomock.Call.Return

type TransactionContractsCall

type TransactionContractsCall struct {
	*gomock.Call
}

TransactionContractsCall wrap *gomock.Call

func (*TransactionContractsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionContractsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionContractsCall) Return

Return rewrite *gomock.Call.Return

type TransactionDeleteBigMapStatesByContractCall

type TransactionDeleteBigMapStatesByContractCall struct {
	*gomock.Call
}

TransactionDeleteBigMapStatesByContractCall wrap *gomock.Call

func (*TransactionDeleteBigMapStatesByContractCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionDeleteBigMapStatesByContractCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionDeleteBigMapStatesByContractCall) Return

Return rewrite *gomock.Call.Return

type TransactionGlobalConstantsCall

type TransactionGlobalConstantsCall struct {
	*gomock.Call
}

TransactionGlobalConstantsCall wrap *gomock.Call

func (*TransactionGlobalConstantsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionGlobalConstantsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionGlobalConstantsCall) Return

Return rewrite *gomock.Call.Return

type TransactionJakartaUpdateNonDelegatorCall

type TransactionJakartaUpdateNonDelegatorCall struct {
	*gomock.Call
}

TransactionJakartaUpdateNonDelegatorCall wrap *gomock.Call

func (*TransactionJakartaUpdateNonDelegatorCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionJakartaUpdateNonDelegatorCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionJakartaUpdateNonDelegatorCall) Return

Return rewrite *gomock.Call.Return

type TransactionJakartaVestingCall

type TransactionJakartaVestingCall struct {
	*gomock.Call
}

TransactionJakartaVestingCall wrap *gomock.Call

func (*TransactionJakartaVestingCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionJakartaVestingCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionJakartaVestingCall) Return

Return rewrite *gomock.Call.Return

type TransactionMigrationsCall

type TransactionMigrationsCall struct {
	*gomock.Call
}

TransactionMigrationsCall wrap *gomock.Call

func (*TransactionMigrationsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionMigrationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionMigrationsCall) Return

Return rewrite *gomock.Call.Return

type TransactionOperationsCall

type TransactionOperationsCall struct {
	*gomock.Call
}

TransactionOperationsCall wrap *gomock.Call

func (*TransactionOperationsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionOperationsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionOperationsCall) Return

Return rewrite *gomock.Call.Return

type TransactionProtocolCall

type TransactionProtocolCall struct {
	*gomock.Call
}

TransactionProtocolCall wrap *gomock.Call

func (*TransactionProtocolCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionProtocolCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionProtocolCall) Return

Return rewrite *gomock.Call.Return

type TransactionRollbackCall

type TransactionRollbackCall struct {
	*gomock.Call
}

TransactionRollbackCall wrap *gomock.Call

func (*TransactionRollbackCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionRollbackCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionRollbackCall) Return

Return rewrite *gomock.Call.Return

type TransactionSaveCall

type TransactionSaveCall struct {
	*gomock.Call
}

TransactionSaveCall wrap *gomock.Call

func (*TransactionSaveCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSaveCall) DoAndReturn

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

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSaveCall) Return

Return rewrite *gomock.Call.Return

type TransactionScriptConstantCall

type TransactionScriptConstantCall struct {
	*gomock.Call
}

TransactionScriptConstantCall wrap *gomock.Call

func (*TransactionScriptConstantCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionScriptConstantCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionScriptConstantCall) Return

Return rewrite *gomock.Call.Return

type TransactionScriptsCall

type TransactionScriptsCall struct {
	*gomock.Call
}

TransactionScriptsCall wrap *gomock.Call

func (*TransactionScriptsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionScriptsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionScriptsCall) Return

Return rewrite *gomock.Call.Return

type TransactionSmartRollupsCall

type TransactionSmartRollupsCall struct {
	*gomock.Call
}

TransactionSmartRollupsCall wrap *gomock.Call

func (*TransactionSmartRollupsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionSmartRollupsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionSmartRollupsCall) Return

Return rewrite *gomock.Call.Return

type TransactionTickerUpdatesCall

type TransactionTickerUpdatesCall struct {
	*gomock.Call
}

TransactionTickerUpdatesCall wrap *gomock.Call

func (*TransactionTickerUpdatesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionTickerUpdatesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionTickerUpdatesCall) Return

Return rewrite *gomock.Call.Return

type TransactionTicketBalancesCall

type TransactionTicketBalancesCall struct {
	*gomock.Call
}

TransactionTicketBalancesCall wrap *gomock.Call

func (*TransactionTicketBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionTicketBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionTicketBalancesCall) Return

Return rewrite *gomock.Call.Return

type TransactionTicketsCall

type TransactionTicketsCall struct {
	*gomock.Call
}

TransactionTicketsCall wrap *gomock.Call

func (*TransactionTicketsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionTicketsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionTicketsCall) Return

Return rewrite *gomock.Call.Return

type TransactionToBabylonCall

type TransactionToBabylonCall struct {
	*gomock.Call
}

TransactionToBabylonCall wrap *gomock.Call

func (*TransactionToBabylonCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionToBabylonCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionToBabylonCall) Return

Return rewrite *gomock.Call.Return

type TransactionToJakartaCall

type TransactionToJakartaCall struct {
	*gomock.Call
}

TransactionToJakartaCall wrap *gomock.Call

func (*TransactionToJakartaCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionToJakartaCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionToJakartaCall) Return

Return rewrite *gomock.Call.Return

type TransactionUpdateStatsCall

type TransactionUpdateStatsCall struct {
	*gomock.Call
}

TransactionUpdateStatsCall wrap *gomock.Call

func (*TransactionUpdateStatsCall) Do

Do rewrite *gomock.Call.Do

func (*TransactionUpdateStatsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*TransactionUpdateStatsCall) Return

Return rewrite *gomock.Call.Return

Directories

Path Synopsis
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.
Code generated by MockGen.

Jump to

Keyboard shortcuts

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