Documentation ¶
Index ¶
- type AccountKeeper
- func (_m *AccountKeeper) GetAccount(ctx context.Context, addr types.AccAddress) types.AccountI
- func (_m *AccountKeeper) HasAccount(ctx context.Context, addr types.AccAddress) bool
- func (_m *AccountKeeper) NewAccountWithAddress(ctx context.Context, addr types.AccAddress) types.AccountI
- func (_m *AccountKeeper) SetAccount(ctx context.Context, acc types.AccountI)
- type BankKeeper
- type EvmKeeper
- type Keeper
- func (_m *Keeper) AddNewJob(ctx context.Context, job *types.Job) error
- func (_m *Keeper) ExecuteJob(ctx context.Context, jobID string, payload []byte, ...) (uint64, error)
- func (_m *Keeper) GetAccount(ctx context.Context, addr cosmos_sdktypes.AccAddress) authtypes.AccountI
- func (_m *Keeper) GetJob(ctx context.Context, jobID string) (*types.Job, error)
- func (_m *Keeper) Logger(ctx context.Context) log.Logger
- func (_m *Keeper) PreJobExecution(ctx context.Context, job *types.Job) error
- func (_m *Keeper) ScheduleNow(ctx context.Context, jobID string, in []byte, ...) (uint64, error)
- type ValsetKeeper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountKeeper ¶
AccountKeeper is an autogenerated mock type for the AccountKeeper type
func NewAccountKeeper ¶
func NewAccountKeeper(t interface { mock.TestingT Cleanup(func()) }, ) *AccountKeeper
NewAccountKeeper creates a new instance of AccountKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*AccountKeeper) GetAccount ¶
func (_m *AccountKeeper) GetAccount(ctx context.Context, addr types.AccAddress) types.AccountI
GetAccount provides a mock function with given fields: ctx, addr
func (*AccountKeeper) HasAccount ¶
func (_m *AccountKeeper) HasAccount(ctx context.Context, addr types.AccAddress) bool
HasAccount provides a mock function with given fields: ctx, addr
func (*AccountKeeper) NewAccountWithAddress ¶
func (_m *AccountKeeper) NewAccountWithAddress(ctx context.Context, addr types.AccAddress) types.AccountI
NewAccountWithAddress provides a mock function with given fields: ctx, addr
func (*AccountKeeper) SetAccount ¶
func (_m *AccountKeeper) SetAccount(ctx context.Context, acc types.AccountI)
SetAccount provides a mock function with given fields: ctx, acc
type BankKeeper ¶
BankKeeper is an autogenerated mock type for the BankKeeper type
func NewBankKeeper ¶
func NewBankKeeper(t interface { mock.TestingT Cleanup(func()) }, ) *BankKeeper
NewBankKeeper creates a new instance of BankKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*BankKeeper) SpendableCoins ¶
func (_m *BankKeeper) SpendableCoins(ctx context.Context, addr types.AccAddress) types.Coins
SpendableCoins provides a mock function with given fields: ctx, addr
type EvmKeeper ¶
EvmKeeper is an autogenerated mock type for the EvmKeeper type
func NewEvmKeeper ¶
NewEvmKeeper creates a new instance of EvmKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
type Keeper ¶
Keeper is an autogenerated mock type for the Keeper type
func NewKeeper ¶
NewKeeper creates a new instance of Keeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Keeper) ExecuteJob ¶
func (_m *Keeper) ExecuteJob(ctx context.Context, jobID string, payload []byte, senderAddress cosmos_sdktypes.AccAddress, contractAddr cosmos_sdktypes.AccAddress) (uint64, error)
ExecuteJob provides a mock function with given fields: ctx, jobID, payload, senderAddress, contractAddr
func (*Keeper) GetAccount ¶
func (_m *Keeper) GetAccount(ctx context.Context, addr cosmos_sdktypes.AccAddress) authtypes.AccountI
GetAccount provides a mock function with given fields: ctx, addr
func (*Keeper) PreJobExecution ¶
PreJobExecution provides a mock function with given fields: ctx, job
func (*Keeper) ScheduleNow ¶
func (_m *Keeper) ScheduleNow(ctx context.Context, jobID string, in []byte, senderAddress cosmos_sdktypes.AccAddress, contractAddress cosmos_sdktypes.AccAddress) (uint64, error)
ScheduleNow provides a mock function with given fields: ctx, jobID, in, senderAddress, contractAddress
type ValsetKeeper ¶
ValsetKeeper is an autogenerated mock type for the ValsetKeeper type
func NewValsetKeeper ¶
func NewValsetKeeper(t interface { mock.TestingT Cleanup(func()) }, ) *ValsetKeeper
NewValsetKeeper creates a new instance of ValsetKeeper. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ValsetKeeper) GetCurrentSnapshot ¶
GetCurrentSnapshot provides a mock function with given fields: ctx