Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockAccountKeeper
- func (m *MockAccountKeeper) EXPECT() *MockAccountKeeperMockRecorder
- func (m *MockAccountKeeper) GetAccount(ctx types.Context, addr types.AccAddress) types0.AccountI
- func (m *MockAccountKeeper) GetModuleAddress(name string) types.AccAddress
- func (m *MockAccountKeeper) NewAccountWithAddress(ctx types.Context, addr types.AccAddress) types0.AccountI
- func (m *MockAccountKeeper) SetAccount(ctx types.Context, acc types0.AccountI)
- type MockAccountKeeperMockRecorder
- func (mr *MockAccountKeeperMockRecorder) GetAccount(ctx, addr any) *gomock.Call
- func (mr *MockAccountKeeperMockRecorder) GetModuleAddress(name any) *gomock.Call
- func (mr *MockAccountKeeperMockRecorder) NewAccountWithAddress(ctx, addr any) *gomock.Call
- func (mr *MockAccountKeeperMockRecorder) SetAccount(ctx, acc any) *gomock.Call
- type MockBankKeeper
- func (m *MockBankKeeper) BurnCoins(ctx types.Context, name string, amt types.Coins) error
- func (m *MockBankKeeper) EXPECT() *MockBankKeeperMockRecorder
- func (m *MockBankKeeper) GetAllBalances(ctx types.Context, addr types.AccAddress) types.Coins
- func (m *MockBankKeeper) GetSupply(ctx types.Context, denom string) types.Coin
- func (m *MockBankKeeper) HasBalance(ctx types.Context, addr types.AccAddress, amt types.Coin) bool
- func (m *MockBankKeeper) HasDenomMetaData(ctx types.Context, denom string) bool
- func (m *MockBankKeeper) IterateAllDenomMetaData(ctx types.Context, cb func(types1.Metadata) bool)
- func (m *MockBankKeeper) MintCoins(ctx types.Context, name string, amt types.Coins) error
- func (m *MockBankKeeper) SendCoins(ctx types.Context, fromAddr, toAddr types.AccAddress, amt types.Coins) error
- func (m *MockBankKeeper) SendCoinsFromAccountToModule(ctx types.Context, senderAddr types.AccAddress, recipientModule string, ...) error
- func (m *MockBankKeeper) SendCoinsFromModuleToAccount(ctx types.Context, senderModule string, recipientAddr types.AccAddress, ...) error
- type MockBankKeeperMockRecorder
- func (mr *MockBankKeeperMockRecorder) BurnCoins(ctx, name, amt any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) GetAllBalances(ctx, addr any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) GetSupply(ctx, denom any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) HasBalance(ctx, addr, amt any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) HasDenomMetaData(ctx, denom any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) IterateAllDenomMetaData(ctx, cb any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) MintCoins(ctx, name, amt any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) SendCoins(ctx, fromAddr, toAddr, amt any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) SendCoinsFromAccountToModule(ctx, senderAddr, recipientModule, amt any) *gomock.Call
- func (mr *MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount(ctx, senderModule, recipientAddr, amt any) *gomock.Call
- type MockDistributionKeeper
- type MockDistributionKeeperMockRecorder
- type MockDistributionMsgServer
- type MockDistributionMsgServerMockRecorder
- type MockEVMKeeper
- type MockEVMKeeperMockRecorder
- type MockErc20Keeper
- func (m *MockErc20Keeper) ConvertCoin(goCtx context.Context, msg *types9.MsgConvertCoin) (*types9.MsgConvertCoinResponse, error)
- func (m *MockErc20Keeper) ConvertDenomToTarget(ctx types.Context, from types.AccAddress, coin types.Coin, ...) (types.Coin, error)
- func (m *MockErc20Keeper) DeleteOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64)
- func (m *MockErc20Keeper) EXPECT() *MockErc20KeeperMockRecorder
- func (m *MockErc20Keeper) GetTokenPair(ctx types.Context, tokenOrDenom string) (types9.TokenPair, bool)
- func (m *MockErc20Keeper) HasOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64) bool
- func (m *MockErc20Keeper) HookOutgoingRefund(ctx types.Context, moduleName string, txID uint64, sender types.AccAddress, ...) error
- func (m *MockErc20Keeper) IsOriginOrConvertedDenom(ctx types.Context, denom string) bool
- func (m *MockErc20Keeper) RefundLiquidity(ctx types.Context, from types.AccAddress, coin types.Coin) (types.Coin, error)
- func (m *MockErc20Keeper) SetOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64)
- func (m *MockErc20Keeper) ToTargetDenom(ctx types.Context, denom, base string, aliases []string, ...) string
- func (m *MockErc20Keeper) TransferAfter(ctx types.Context, sender types.AccAddress, receive string, ...) error
- type MockErc20KeeperMockRecorder
- func (mr *MockErc20KeeperMockRecorder) ConvertCoin(goCtx, msg any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) ConvertDenomToTarget(ctx, from, coin, fxTarget any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) DeleteOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) GetTokenPair(ctx, tokenOrDenom any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) HasOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) HookOutgoingRefund(ctx, moduleName, txID, sender, totalCoin any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) IsOriginOrConvertedDenom(ctx, denom any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) RefundLiquidity(ctx, from, coin any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) SetOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) ToTargetDenom(ctx, denom, base, aliases, fxTarget any) *gomock.Call
- func (mr *MockErc20KeeperMockRecorder) TransferAfter(ctx, sender, receive, coin, fee, arg5, arg6 any) *gomock.Call
- type MockIBCTransferKeeper
- type MockIBCTransferKeeperMockRecorder
- type MockStakingKeeper
- func (m *MockStakingKeeper) EXPECT() *MockStakingKeeperMockRecorder
- func (m *MockStakingKeeper) GetDelegation(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) (types4.Delegation, bool)
- func (m *MockStakingKeeper) GetUnbondingDelegation(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) (types4.UnbondingDelegation, bool)
- func (m *MockStakingKeeper) GetValidator(ctx types.Context, addr types.ValAddress) (types4.Validator, bool)
- type MockStakingKeeperMockRecorder
- type MockStakingMsgServer
- func (m *MockStakingMsgServer) BeginRedelegate(goCtx context.Context, msg *types4.MsgBeginRedelegate) (*types4.MsgBeginRedelegateResponse, error)
- func (m *MockStakingMsgServer) Delegate(goCtx context.Context, msg *types4.MsgDelegate) (*types4.MsgDelegateResponse, error)
- func (m *MockStakingMsgServer) EXPECT() *MockStakingMsgServerMockRecorder
- func (m *MockStakingMsgServer) Undelegate(goCtx context.Context, msg *types4.MsgUndelegate) (*types4.MsgUndelegateResponse, error)
- type MockStakingMsgServerMockRecorder
- type MockSubspace
- type MockSubspaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAccountKeeper ¶
type MockAccountKeeper struct {
// contains filtered or unexported fields
}
MockAccountKeeper is a mock of AccountKeeper interface.
func NewMockAccountKeeper ¶
func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper
NewMockAccountKeeper creates a new mock instance.
func (*MockAccountKeeper) EXPECT ¶
func (m *MockAccountKeeper) EXPECT() *MockAccountKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAccountKeeper) GetAccount ¶
func (m *MockAccountKeeper) GetAccount(ctx types.Context, addr types.AccAddress) types0.AccountI
GetAccount mocks base method.
func (*MockAccountKeeper) GetModuleAddress ¶
func (m *MockAccountKeeper) GetModuleAddress(name string) types.AccAddress
GetModuleAddress mocks base method.
func (*MockAccountKeeper) NewAccountWithAddress ¶
func (m *MockAccountKeeper) NewAccountWithAddress(ctx types.Context, addr types.AccAddress) types0.AccountI
NewAccountWithAddress mocks base method.
func (*MockAccountKeeper) SetAccount ¶
func (m *MockAccountKeeper) SetAccount(ctx types.Context, acc types0.AccountI)
SetAccount mocks base method.
type MockAccountKeeperMockRecorder ¶
type MockAccountKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockAccountKeeperMockRecorder is the mock recorder for MockAccountKeeper.
func (*MockAccountKeeperMockRecorder) GetAccount ¶
func (mr *MockAccountKeeperMockRecorder) GetAccount(ctx, addr any) *gomock.Call
GetAccount indicates an expected call of GetAccount.
func (*MockAccountKeeperMockRecorder) GetModuleAddress ¶
func (mr *MockAccountKeeperMockRecorder) GetModuleAddress(name any) *gomock.Call
GetModuleAddress indicates an expected call of GetModuleAddress.
func (*MockAccountKeeperMockRecorder) NewAccountWithAddress ¶
func (mr *MockAccountKeeperMockRecorder) NewAccountWithAddress(ctx, addr any) *gomock.Call
NewAccountWithAddress indicates an expected call of NewAccountWithAddress.
func (*MockAccountKeeperMockRecorder) SetAccount ¶
func (mr *MockAccountKeeperMockRecorder) SetAccount(ctx, acc any) *gomock.Call
SetAccount indicates an expected call of SetAccount.
type MockBankKeeper ¶
type MockBankKeeper struct {
// contains filtered or unexported fields
}
MockBankKeeper is a mock of BankKeeper interface.
func NewMockBankKeeper ¶
func NewMockBankKeeper(ctrl *gomock.Controller) *MockBankKeeper
NewMockBankKeeper creates a new mock instance.
func (*MockBankKeeper) EXPECT ¶
func (m *MockBankKeeper) EXPECT() *MockBankKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockBankKeeper) GetAllBalances ¶
func (m *MockBankKeeper) GetAllBalances(ctx types.Context, addr types.AccAddress) types.Coins
GetAllBalances mocks base method.
func (*MockBankKeeper) HasBalance ¶
func (m *MockBankKeeper) HasBalance(ctx types.Context, addr types.AccAddress, amt types.Coin) bool
HasBalance mocks base method.
func (*MockBankKeeper) HasDenomMetaData ¶
func (m *MockBankKeeper) HasDenomMetaData(ctx types.Context, denom string) bool
HasDenomMetaData mocks base method.
func (*MockBankKeeper) IterateAllDenomMetaData ¶
IterateAllDenomMetaData mocks base method.
func (*MockBankKeeper) SendCoins ¶
func (m *MockBankKeeper) SendCoins(ctx types.Context, fromAddr, toAddr types.AccAddress, amt types.Coins) error
SendCoins mocks base method.
func (*MockBankKeeper) SendCoinsFromAccountToModule ¶
func (m *MockBankKeeper) SendCoinsFromAccountToModule(ctx types.Context, senderAddr types.AccAddress, recipientModule string, amt types.Coins) error
SendCoinsFromAccountToModule mocks base method.
func (*MockBankKeeper) SendCoinsFromModuleToAccount ¶
func (m *MockBankKeeper) SendCoinsFromModuleToAccount(ctx types.Context, senderModule string, recipientAddr types.AccAddress, amt types.Coins) error
SendCoinsFromModuleToAccount mocks base method.
type MockBankKeeperMockRecorder ¶
type MockBankKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockBankKeeperMockRecorder is the mock recorder for MockBankKeeper.
func (*MockBankKeeperMockRecorder) BurnCoins ¶
func (mr *MockBankKeeperMockRecorder) BurnCoins(ctx, name, amt any) *gomock.Call
BurnCoins indicates an expected call of BurnCoins.
func (*MockBankKeeperMockRecorder) GetAllBalances ¶
func (mr *MockBankKeeperMockRecorder) GetAllBalances(ctx, addr any) *gomock.Call
GetAllBalances indicates an expected call of GetAllBalances.
func (*MockBankKeeperMockRecorder) GetSupply ¶
func (mr *MockBankKeeperMockRecorder) GetSupply(ctx, denom any) *gomock.Call
GetSupply indicates an expected call of GetSupply.
func (*MockBankKeeperMockRecorder) HasBalance ¶
func (mr *MockBankKeeperMockRecorder) HasBalance(ctx, addr, amt any) *gomock.Call
HasBalance indicates an expected call of HasBalance.
func (*MockBankKeeperMockRecorder) HasDenomMetaData ¶
func (mr *MockBankKeeperMockRecorder) HasDenomMetaData(ctx, denom any) *gomock.Call
HasDenomMetaData indicates an expected call of HasDenomMetaData.
func (*MockBankKeeperMockRecorder) IterateAllDenomMetaData ¶
func (mr *MockBankKeeperMockRecorder) IterateAllDenomMetaData(ctx, cb any) *gomock.Call
IterateAllDenomMetaData indicates an expected call of IterateAllDenomMetaData.
func (*MockBankKeeperMockRecorder) MintCoins ¶
func (mr *MockBankKeeperMockRecorder) MintCoins(ctx, name, amt any) *gomock.Call
MintCoins indicates an expected call of MintCoins.
func (*MockBankKeeperMockRecorder) SendCoins ¶
func (mr *MockBankKeeperMockRecorder) SendCoins(ctx, fromAddr, toAddr, amt any) *gomock.Call
SendCoins indicates an expected call of SendCoins.
func (*MockBankKeeperMockRecorder) SendCoinsFromAccountToModule ¶
func (mr *MockBankKeeperMockRecorder) SendCoinsFromAccountToModule(ctx, senderAddr, recipientModule, amt any) *gomock.Call
SendCoinsFromAccountToModule indicates an expected call of SendCoinsFromAccountToModule.
func (*MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount ¶
func (mr *MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount(ctx, senderModule, recipientAddr, amt any) *gomock.Call
SendCoinsFromModuleToAccount indicates an expected call of SendCoinsFromModuleToAccount.
type MockDistributionKeeper ¶
type MockDistributionKeeper struct {
// contains filtered or unexported fields
}
MockDistributionKeeper is a mock of DistributionKeeper interface.
func NewMockDistributionKeeper ¶
func NewMockDistributionKeeper(ctrl *gomock.Controller) *MockDistributionKeeper
NewMockDistributionKeeper creates a new mock instance.
func (*MockDistributionKeeper) EXPECT ¶
func (m *MockDistributionKeeper) EXPECT() *MockDistributionKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDistributionKeeper) GetDelegatorStartingInfo ¶
func (m *MockDistributionKeeper) GetDelegatorStartingInfo(ctx types.Context, val types.ValAddress, del types.AccAddress) types2.DelegatorStartingInfo
GetDelegatorStartingInfo mocks base method.
type MockDistributionKeeperMockRecorder ¶
type MockDistributionKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockDistributionKeeperMockRecorder is the mock recorder for MockDistributionKeeper.
func (*MockDistributionKeeperMockRecorder) GetDelegatorStartingInfo ¶
func (mr *MockDistributionKeeperMockRecorder) GetDelegatorStartingInfo(ctx, val, del any) *gomock.Call
GetDelegatorStartingInfo indicates an expected call of GetDelegatorStartingInfo.
type MockDistributionMsgServer ¶
type MockDistributionMsgServer struct {
// contains filtered or unexported fields
}
MockDistributionMsgServer is a mock of DistributionMsgServer interface.
func NewMockDistributionMsgServer ¶
func NewMockDistributionMsgServer(ctrl *gomock.Controller) *MockDistributionMsgServer
NewMockDistributionMsgServer creates a new mock instance.
func (*MockDistributionMsgServer) EXPECT ¶
func (m *MockDistributionMsgServer) EXPECT() *MockDistributionMsgServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDistributionMsgServer) WithdrawDelegatorReward ¶
func (m *MockDistributionMsgServer) WithdrawDelegatorReward(goCtx context.Context, msg *types2.MsgWithdrawDelegatorReward) (*types2.MsgWithdrawDelegatorRewardResponse, error)
WithdrawDelegatorReward mocks base method.
type MockDistributionMsgServerMockRecorder ¶
type MockDistributionMsgServerMockRecorder struct {
// contains filtered or unexported fields
}
MockDistributionMsgServerMockRecorder is the mock recorder for MockDistributionMsgServer.
func (*MockDistributionMsgServerMockRecorder) WithdrawDelegatorReward ¶
func (mr *MockDistributionMsgServerMockRecorder) WithdrawDelegatorReward(goCtx, msg any) *gomock.Call
WithdrawDelegatorReward indicates an expected call of WithdrawDelegatorReward.
type MockEVMKeeper ¶
type MockEVMKeeper struct {
// contains filtered or unexported fields
}
MockEVMKeeper is a mock of EVMKeeper interface.
func NewMockEVMKeeper ¶
func NewMockEVMKeeper(ctrl *gomock.Controller) *MockEVMKeeper
NewMockEVMKeeper creates a new mock instance.
func (*MockEVMKeeper) CallEVM ¶
func (m *MockEVMKeeper) CallEVM(ctx types.Context, from common.Address, contract *common.Address, value *big.Int, gasLimit uint64, data []byte, commit bool) (*types6.MsgEthereumTxResponse, error)
CallEVM mocks base method.
func (*MockEVMKeeper) EXPECT ¶
func (m *MockEVMKeeper) EXPECT() *MockEVMKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEVMKeeper) IsContract ¶
IsContract mocks base method.
type MockEVMKeeperMockRecorder ¶
type MockEVMKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockEVMKeeperMockRecorder is the mock recorder for MockEVMKeeper.
func (*MockEVMKeeperMockRecorder) CallEVM ¶
func (mr *MockEVMKeeperMockRecorder) CallEVM(ctx, from, contract, value, gasLimit, data, commit any) *gomock.Call
CallEVM indicates an expected call of CallEVM.
func (*MockEVMKeeperMockRecorder) IsContract ¶
func (mr *MockEVMKeeperMockRecorder) IsContract(ctx, account any) *gomock.Call
IsContract indicates an expected call of IsContract.
type MockErc20Keeper ¶
type MockErc20Keeper struct {
// contains filtered or unexported fields
}
MockErc20Keeper is a mock of Erc20Keeper interface.
func NewMockErc20Keeper ¶
func NewMockErc20Keeper(ctrl *gomock.Controller) *MockErc20Keeper
NewMockErc20Keeper creates a new mock instance.
func (*MockErc20Keeper) ConvertCoin ¶
func (m *MockErc20Keeper) ConvertCoin(goCtx context.Context, msg *types9.MsgConvertCoin) (*types9.MsgConvertCoinResponse, error)
ConvertCoin mocks base method.
func (*MockErc20Keeper) ConvertDenomToTarget ¶
func (m *MockErc20Keeper) ConvertDenomToTarget(ctx types.Context, from types.AccAddress, coin types.Coin, fxTarget types7.FxTarget) (types.Coin, error)
ConvertDenomToTarget mocks base method.
func (*MockErc20Keeper) DeleteOutgoingTransferRelation ¶
func (m *MockErc20Keeper) DeleteOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64)
DeleteOutgoingTransferRelation mocks base method.
func (*MockErc20Keeper) EXPECT ¶
func (m *MockErc20Keeper) EXPECT() *MockErc20KeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockErc20Keeper) GetTokenPair ¶
func (m *MockErc20Keeper) GetTokenPair(ctx types.Context, tokenOrDenom string) (types9.TokenPair, bool)
GetTokenPair mocks base method.
func (*MockErc20Keeper) HasOutgoingTransferRelation ¶
func (m *MockErc20Keeper) HasOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64) bool
HasOutgoingTransferRelation mocks base method.
func (*MockErc20Keeper) HookOutgoingRefund ¶
func (m *MockErc20Keeper) HookOutgoingRefund(ctx types.Context, moduleName string, txID uint64, sender types.AccAddress, totalCoin types.Coin) error
HookOutgoingRefund mocks base method.
func (*MockErc20Keeper) IsOriginOrConvertedDenom ¶
func (m *MockErc20Keeper) IsOriginOrConvertedDenom(ctx types.Context, denom string) bool
IsOriginOrConvertedDenom mocks base method.
func (*MockErc20Keeper) RefundLiquidity ¶
func (m *MockErc20Keeper) RefundLiquidity(ctx types.Context, from types.AccAddress, coin types.Coin) (types.Coin, error)
RefundLiquidity mocks base method.
func (*MockErc20Keeper) SetOutgoingTransferRelation ¶
func (m *MockErc20Keeper) SetOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64)
SetOutgoingTransferRelation mocks base method.
func (*MockErc20Keeper) ToTargetDenom ¶
func (m *MockErc20Keeper) ToTargetDenom(ctx types.Context, denom, base string, aliases []string, fxTarget types7.FxTarget) string
ToTargetDenom mocks base method.
func (*MockErc20Keeper) TransferAfter ¶
func (m *MockErc20Keeper) TransferAfter(ctx types.Context, sender types.AccAddress, receive string, coin, fee types.Coin, arg5, arg6 bool) error
TransferAfter mocks base method.
type MockErc20KeeperMockRecorder ¶
type MockErc20KeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockErc20KeeperMockRecorder is the mock recorder for MockErc20Keeper.
func (*MockErc20KeeperMockRecorder) ConvertCoin ¶
func (mr *MockErc20KeeperMockRecorder) ConvertCoin(goCtx, msg any) *gomock.Call
ConvertCoin indicates an expected call of ConvertCoin.
func (*MockErc20KeeperMockRecorder) ConvertDenomToTarget ¶
func (mr *MockErc20KeeperMockRecorder) ConvertDenomToTarget(ctx, from, coin, fxTarget any) *gomock.Call
ConvertDenomToTarget indicates an expected call of ConvertDenomToTarget.
func (*MockErc20KeeperMockRecorder) DeleteOutgoingTransferRelation ¶
func (mr *MockErc20KeeperMockRecorder) DeleteOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call
DeleteOutgoingTransferRelation indicates an expected call of DeleteOutgoingTransferRelation.
func (*MockErc20KeeperMockRecorder) GetTokenPair ¶
func (mr *MockErc20KeeperMockRecorder) GetTokenPair(ctx, tokenOrDenom any) *gomock.Call
GetTokenPair indicates an expected call of GetTokenPair.
func (*MockErc20KeeperMockRecorder) HasOutgoingTransferRelation ¶
func (mr *MockErc20KeeperMockRecorder) HasOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call
HasOutgoingTransferRelation indicates an expected call of HasOutgoingTransferRelation.
func (*MockErc20KeeperMockRecorder) HookOutgoingRefund ¶
func (mr *MockErc20KeeperMockRecorder) HookOutgoingRefund(ctx, moduleName, txID, sender, totalCoin any) *gomock.Call
HookOutgoingRefund indicates an expected call of HookOutgoingRefund.
func (*MockErc20KeeperMockRecorder) IsOriginOrConvertedDenom ¶
func (mr *MockErc20KeeperMockRecorder) IsOriginOrConvertedDenom(ctx, denom any) *gomock.Call
IsOriginOrConvertedDenom indicates an expected call of IsOriginOrConvertedDenom.
func (*MockErc20KeeperMockRecorder) RefundLiquidity ¶
func (mr *MockErc20KeeperMockRecorder) RefundLiquidity(ctx, from, coin any) *gomock.Call
RefundLiquidity indicates an expected call of RefundLiquidity.
func (*MockErc20KeeperMockRecorder) SetOutgoingTransferRelation ¶
func (mr *MockErc20KeeperMockRecorder) SetOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call
SetOutgoingTransferRelation indicates an expected call of SetOutgoingTransferRelation.
func (*MockErc20KeeperMockRecorder) ToTargetDenom ¶
func (mr *MockErc20KeeperMockRecorder) ToTargetDenom(ctx, denom, base, aliases, fxTarget any) *gomock.Call
ToTargetDenom indicates an expected call of ToTargetDenom.
func (*MockErc20KeeperMockRecorder) TransferAfter ¶
func (mr *MockErc20KeeperMockRecorder) TransferAfter(ctx, sender, receive, coin, fee, arg5, arg6 any) *gomock.Call
TransferAfter indicates an expected call of TransferAfter.
type MockIBCTransferKeeper ¶
type MockIBCTransferKeeper struct {
// contains filtered or unexported fields
}
MockIBCTransferKeeper is a mock of IBCTransferKeeper interface.
func NewMockIBCTransferKeeper ¶
func NewMockIBCTransferKeeper(ctrl *gomock.Controller) *MockIBCTransferKeeper
NewMockIBCTransferKeeper creates a new mock instance.
func (*MockIBCTransferKeeper) EXPECT ¶
func (m *MockIBCTransferKeeper) EXPECT() *MockIBCTransferKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIBCTransferKeeper) SetDenomTrace ¶
func (m *MockIBCTransferKeeper) SetDenomTrace(ctx types.Context, denomTrace types5.DenomTrace)
SetDenomTrace mocks base method.
func (*MockIBCTransferKeeper) Transfer ¶
func (m *MockIBCTransferKeeper) Transfer(goCtx context.Context, msg *types5.MsgTransfer) (*types5.MsgTransferResponse, error)
Transfer mocks base method.
type MockIBCTransferKeeperMockRecorder ¶
type MockIBCTransferKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockIBCTransferKeeperMockRecorder is the mock recorder for MockIBCTransferKeeper.
func (*MockIBCTransferKeeperMockRecorder) SetDenomTrace ¶
func (mr *MockIBCTransferKeeperMockRecorder) SetDenomTrace(ctx, denomTrace any) *gomock.Call
SetDenomTrace indicates an expected call of SetDenomTrace.
type MockStakingKeeper ¶
type MockStakingKeeper struct {
// contains filtered or unexported fields
}
MockStakingKeeper is a mock of StakingKeeper interface.
func NewMockStakingKeeper ¶
func NewMockStakingKeeper(ctrl *gomock.Controller) *MockStakingKeeper
NewMockStakingKeeper creates a new mock instance.
func (*MockStakingKeeper) EXPECT ¶
func (m *MockStakingKeeper) EXPECT() *MockStakingKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStakingKeeper) GetDelegation ¶
func (m *MockStakingKeeper) GetDelegation(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) (types4.Delegation, bool)
GetDelegation mocks base method.
func (*MockStakingKeeper) GetUnbondingDelegation ¶
func (m *MockStakingKeeper) GetUnbondingDelegation(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) (types4.UnbondingDelegation, bool)
GetUnbondingDelegation mocks base method.
func (*MockStakingKeeper) GetValidator ¶
func (m *MockStakingKeeper) GetValidator(ctx types.Context, addr types.ValAddress) (types4.Validator, bool)
GetValidator mocks base method.
type MockStakingKeeperMockRecorder ¶
type MockStakingKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockStakingKeeperMockRecorder is the mock recorder for MockStakingKeeper.
func (*MockStakingKeeperMockRecorder) GetDelegation ¶
func (mr *MockStakingKeeperMockRecorder) GetDelegation(ctx, delAddr, valAddr any) *gomock.Call
GetDelegation indicates an expected call of GetDelegation.
func (*MockStakingKeeperMockRecorder) GetUnbondingDelegation ¶
func (mr *MockStakingKeeperMockRecorder) GetUnbondingDelegation(ctx, delAddr, valAddr any) *gomock.Call
GetUnbondingDelegation indicates an expected call of GetUnbondingDelegation.
func (*MockStakingKeeperMockRecorder) GetValidator ¶
func (mr *MockStakingKeeperMockRecorder) GetValidator(ctx, addr any) *gomock.Call
GetValidator indicates an expected call of GetValidator.
type MockStakingMsgServer ¶
type MockStakingMsgServer struct {
// contains filtered or unexported fields
}
MockStakingMsgServer is a mock of StakingMsgServer interface.
func NewMockStakingMsgServer ¶
func NewMockStakingMsgServer(ctrl *gomock.Controller) *MockStakingMsgServer
NewMockStakingMsgServer creates a new mock instance.
func (*MockStakingMsgServer) BeginRedelegate ¶
func (m *MockStakingMsgServer) BeginRedelegate(goCtx context.Context, msg *types4.MsgBeginRedelegate) (*types4.MsgBeginRedelegateResponse, error)
BeginRedelegate mocks base method.
func (*MockStakingMsgServer) Delegate ¶
func (m *MockStakingMsgServer) Delegate(goCtx context.Context, msg *types4.MsgDelegate) (*types4.MsgDelegateResponse, error)
Delegate mocks base method.
func (*MockStakingMsgServer) EXPECT ¶
func (m *MockStakingMsgServer) EXPECT() *MockStakingMsgServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockStakingMsgServer) Undelegate ¶
func (m *MockStakingMsgServer) Undelegate(goCtx context.Context, msg *types4.MsgUndelegate) (*types4.MsgUndelegateResponse, error)
Undelegate mocks base method.
type MockStakingMsgServerMockRecorder ¶
type MockStakingMsgServerMockRecorder struct {
// contains filtered or unexported fields
}
MockStakingMsgServerMockRecorder is the mock recorder for MockStakingMsgServer.
func (*MockStakingMsgServerMockRecorder) BeginRedelegate ¶
func (mr *MockStakingMsgServerMockRecorder) BeginRedelegate(goCtx, msg any) *gomock.Call
BeginRedelegate indicates an expected call of BeginRedelegate.
func (*MockStakingMsgServerMockRecorder) Delegate ¶
func (mr *MockStakingMsgServerMockRecorder) Delegate(goCtx, msg any) *gomock.Call
Delegate indicates an expected call of Delegate.
func (*MockStakingMsgServerMockRecorder) Undelegate ¶
func (mr *MockStakingMsgServerMockRecorder) Undelegate(goCtx, msg any) *gomock.Call
Undelegate indicates an expected call of Undelegate.
type MockSubspace ¶
type MockSubspace struct {
// contains filtered or unexported fields
}
MockSubspace is a mock of Subspace interface.
func NewMockSubspace ¶
func NewMockSubspace(ctrl *gomock.Controller) *MockSubspace
NewMockSubspace creates a new mock instance.
func (*MockSubspace) EXPECT ¶
func (m *MockSubspace) EXPECT() *MockSubspaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSubspace) GetParamSet ¶
func (m *MockSubspace) GetParamSet(ctx types.Context, ps types8.ParamSet)
GetParamSet mocks base method.
func (*MockSubspace) HasKeyTable ¶
func (m *MockSubspace) HasKeyTable() bool
HasKeyTable mocks base method.
func (*MockSubspace) WithKeyTable ¶
func (m *MockSubspace) WithKeyTable(table types3.KeyTable) types3.Subspace
WithKeyTable mocks base method.
type MockSubspaceMockRecorder ¶
type MockSubspaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSubspaceMockRecorder is the mock recorder for MockSubspace.
func (*MockSubspaceMockRecorder) GetParamSet ¶
func (mr *MockSubspaceMockRecorder) GetParamSet(ctx, ps any) *gomock.Call
GetParamSet indicates an expected call of GetParamSet.
func (*MockSubspaceMockRecorder) HasKeyTable ¶
func (mr *MockSubspaceMockRecorder) HasKeyTable() *gomock.Call
HasKeyTable indicates an expected call of HasKeyTable.
func (*MockSubspaceMockRecorder) WithKeyTable ¶
func (mr *MockSubspaceMockRecorder) WithKeyTable(table any) *gomock.Call
WithKeyTable indicates an expected call of WithKeyTable.