Documentation ¶
Overview ¶
Package testutil is a generated GoMock package.
Package testutil is a generated GoMock package.
Index ¶
- type MockAccountKeeperI
- func (m *MockAccountKeeperI) EXPECT() *MockAccountKeeperIMockRecorder
- func (m *MockAccountKeeperI) GetAccount(arg0 types0.Context, arg1 types0.AccAddress) types1.AccountI
- func (m *MockAccountKeeperI) GetNextAccountNumber(arg0 types0.Context) uint64
- func (m *MockAccountKeeperI) GetPubKey(arg0 types0.Context, arg1 types0.AccAddress) (types.PubKey, error)
- func (m *MockAccountKeeperI) GetSequence(arg0 types0.Context, arg1 types0.AccAddress) (uint64, error)
- func (m *MockAccountKeeperI) HasAccount(arg0 types0.Context, arg1 types0.AccAddress) bool
- func (m *MockAccountKeeperI) IterateAccounts(arg0 types0.Context, arg1 func(types1.AccountI) bool)
- func (m *MockAccountKeeperI) NewAccount(arg0 types0.Context, arg1 types1.AccountI) types1.AccountI
- func (m *MockAccountKeeperI) NewAccountWithAddress(arg0 types0.Context, arg1 types0.AccAddress) types1.AccountI
- func (m *MockAccountKeeperI) RemoveAccount(arg0 types0.Context, arg1 types1.AccountI)
- func (m *MockAccountKeeperI) SetAccount(arg0 types0.Context, arg1 types1.AccountI)
- type MockAccountKeeperIMockRecorder
- func (mr *MockAccountKeeperIMockRecorder) GetAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) GetNextAccountNumber(arg0 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) GetPubKey(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) GetSequence(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) HasAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) IterateAccounts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) NewAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) NewAccountWithAddress(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) RemoveAccount(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAccountKeeperIMockRecorder) SetAccount(arg0, arg1 interface{}) *gomock.Call
- type MockKeeper
- func (m *MockKeeper) AllBalances(arg0 context.Context, arg1 *types0.QueryAllBalancesRequest) (*types0.QueryAllBalancesResponse, error)
- func (m *MockKeeper) Balance(arg0 context.Context, arg1 *types0.QueryBalanceRequest) (*types0.QueryBalanceResponse, error)
- func (m *MockKeeper) BlockedAddr(arg0 types.AccAddress) bool
- func (m *MockKeeper) BurnCoins(arg0 types.Context, arg1 string, arg2 types.Coins) error
- func (m *MockKeeper) DelegateCoins(arg0 types.Context, arg1, arg2 types.AccAddress, arg3 types.Coins) error
- func (m *MockKeeper) DelegateCoinsFromAccountToModule(arg0 types.Context, arg1 types.AccAddress, arg2 string, arg3 types.Coins) error
- func (m *MockKeeper) DenomMetadata(arg0 context.Context, arg1 *types0.QueryDenomMetadataRequest) (*types0.QueryDenomMetadataResponse, error)
- func (m *MockKeeper) DenomOwners(arg0 context.Context, arg1 *types0.QueryDenomOwnersRequest) (*types0.QueryDenomOwnersResponse, error)
- func (m *MockKeeper) DenomsMetadata(arg0 context.Context, arg1 *types0.QueryDenomsMetadataRequest) (*types0.QueryDenomsMetadataResponse, error)
- func (m *MockKeeper) EXPECT() *MockKeeperMockRecorder
- func (m *MockKeeper) ExportGenesis(arg0 types.Context) *types0.GenesisState
- func (m *MockKeeper) GetAccountsBalances(arg0 types.Context) []types0.Balance
- func (m *MockKeeper) GetAllBalances(arg0 types.Context, arg1 types.AccAddress) types.Coins
- func (m *MockKeeper) GetBalance(arg0 types.Context, arg1 types.AccAddress, arg2 string) types.Coin
- func (m *MockKeeper) GetDenomMetaData(arg0 types.Context, arg1 string) (types0.Metadata, bool)
- func (m *MockKeeper) GetPaginatedTotalSupply(arg0 types.Context, arg1 *query.PageRequest) (types.Coins, *query.PageResponse, error)
- func (m *MockKeeper) GetParams(arg0 types.Context) types0.Params
- func (m *MockKeeper) GetSupply(arg0 types.Context, arg1 string) types.Coin
- func (m *MockKeeper) HasBalance(arg0 types.Context, arg1 types.AccAddress, arg2 types.Coin) bool
- func (m *MockKeeper) HasDenomMetaData(arg0 types.Context, arg1 string) bool
- func (m *MockKeeper) HasSupply(arg0 types.Context, arg1 string) bool
- func (m *MockKeeper) InitGenesis(arg0 types.Context, arg1 *types0.GenesisState)
- func (m *MockKeeper) InputOutputCoins(arg0 types.Context, arg1 []types0.Input, arg2 []types0.Output) error
- func (m *MockKeeper) IsSendEnabledCoin(arg0 types.Context, arg1 types.Coin) bool
- func (m *MockKeeper) IsSendEnabledCoins(arg0 types.Context, arg1 ...types.Coin) error
- func (m *MockKeeper) IterateAccountBalances(arg0 types.Context, arg1 types.AccAddress, arg2 func(types.Coin) bool)
- func (m *MockKeeper) IterateAllBalances(arg0 types.Context, arg1 func(types.AccAddress, types.Coin) bool)
- func (m *MockKeeper) IterateAllDenomMetaData(arg0 types.Context, arg1 func(types0.Metadata) bool)
- func (m *MockKeeper) IterateTotalSupply(arg0 types.Context, arg1 func(types.Coin) bool)
- func (m *MockKeeper) LockedCoins(arg0 types.Context, arg1 types.AccAddress) types.Coins
- func (m *MockKeeper) MintCoins(arg0 types.Context, arg1 string, arg2 types.Coins) error
- func (m *MockKeeper) Params(arg0 context.Context, arg1 *types0.QueryParamsRequest) (*types0.QueryParamsResponse, error)
- func (m *MockKeeper) SendCoins(arg0 types.Context, arg1, arg2 types.AccAddress, arg3 types.Coins) error
- func (m *MockKeeper) SendCoinsFromAccountToModule(arg0 types.Context, arg1 types.AccAddress, arg2 string, arg3 types.Coins) error
- func (m *MockKeeper) SendCoinsFromModuleToAccount(arg0 types.Context, arg1 string, arg2 types.AccAddress, arg3 types.Coins) error
- func (m *MockKeeper) SendCoinsFromModuleToModule(arg0 types.Context, arg1, arg2 string, arg3 types.Coins) error
- func (m *MockKeeper) SetDenomMetaData(arg0 types.Context, arg1 types0.Metadata)
- func (m *MockKeeper) SetParams(arg0 types.Context, arg1 types0.Params)
- func (m *MockKeeper) SpendableBalances(arg0 context.Context, arg1 *types0.QuerySpendableBalancesRequest) (*types0.QuerySpendableBalancesResponse, error)
- func (m *MockKeeper) SpendableCoins(arg0 types.Context, arg1 types.AccAddress) types.Coins
- func (m *MockKeeper) SupplyOf(arg0 context.Context, arg1 *types0.QuerySupplyOfRequest) (*types0.QuerySupplyOfResponse, error)
- func (m *MockKeeper) TotalSupply(arg0 context.Context, arg1 *types0.QueryTotalSupplyRequest) (*types0.QueryTotalSupplyResponse, error)
- func (m *MockKeeper) UndelegateCoins(arg0 types.Context, arg1, arg2 types.AccAddress, arg3 types.Coins) error
- func (m *MockKeeper) UndelegateCoinsFromModuleToAccount(arg0 types.Context, arg1 string, arg2 types.AccAddress, arg3 types.Coins) error
- func (m *MockKeeper) ValidateBalance(arg0 types.Context, arg1 types.AccAddress) error
- func (m *MockKeeper) WithMintCoinsRestriction(arg0 keeper.MintingRestrictionFn) keeper.BaseKeeper
- type MockKeeperMockRecorder
- func (mr *MockKeeperMockRecorder) AllBalances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) Balance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) BlockedAddr(arg0 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) BurnCoins(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) DelegateCoins(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) DelegateCoinsFromAccountToModule(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) DenomMetadata(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) DenomOwners(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) DenomsMetadata(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) ExportGenesis(arg0 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) GetAccountsBalances(arg0 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) GetAllBalances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) GetBalance(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) GetDenomMetaData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) GetPaginatedTotalSupply(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) GetParams(arg0 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) GetSupply(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) HasBalance(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) HasDenomMetaData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) HasSupply(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) InitGenesis(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) InputOutputCoins(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) IsSendEnabledCoin(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) IsSendEnabledCoins(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) IterateAccountBalances(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) IterateAllBalances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) IterateAllDenomMetaData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) IterateTotalSupply(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) LockedCoins(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) MintCoins(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) Params(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SendCoins(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SendCoinsFromAccountToModule(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SendCoinsFromModuleToAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SendCoinsFromModuleToModule(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SetDenomMetaData(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SetParams(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SpendableBalances(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SpendableCoins(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) SupplyOf(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) TotalSupply(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) UndelegateCoins(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) UndelegateCoinsFromModuleToAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) ValidateBalance(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeeperMockRecorder) WithMintCoinsRestriction(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAccountKeeperI ¶
type MockAccountKeeperI struct {
// contains filtered or unexported fields
}
MockAccountKeeperI is a mock of AccountKeeperI interface.
func NewMockAccountKeeperI ¶
func NewMockAccountKeeperI(ctrl *gomock.Controller) *MockAccountKeeperI
NewMockAccountKeeperI creates a new mock instance.
func (*MockAccountKeeperI) EXPECT ¶
func (m *MockAccountKeeperI) EXPECT() *MockAccountKeeperIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAccountKeeperI) GetAccount ¶
func (m *MockAccountKeeperI) GetAccount(arg0 types0.Context, arg1 types0.AccAddress) types1.AccountI
GetAccount mocks base method.
func (*MockAccountKeeperI) GetNextAccountNumber ¶
func (m *MockAccountKeeperI) GetNextAccountNumber(arg0 types0.Context) uint64
GetNextAccountNumber mocks base method.
func (*MockAccountKeeperI) GetPubKey ¶
func (m *MockAccountKeeperI) GetPubKey(arg0 types0.Context, arg1 types0.AccAddress) (types.PubKey, error)
GetPubKey mocks base method.
func (*MockAccountKeeperI) GetSequence ¶
func (m *MockAccountKeeperI) GetSequence(arg0 types0.Context, arg1 types0.AccAddress) (uint64, error)
GetSequence mocks base method.
func (*MockAccountKeeperI) HasAccount ¶
func (m *MockAccountKeeperI) HasAccount(arg0 types0.Context, arg1 types0.AccAddress) bool
HasAccount mocks base method.
func (*MockAccountKeeperI) IterateAccounts ¶
IterateAccounts mocks base method.
func (*MockAccountKeeperI) NewAccount ¶
NewAccount mocks base method.
func (*MockAccountKeeperI) NewAccountWithAddress ¶
func (m *MockAccountKeeperI) NewAccountWithAddress(arg0 types0.Context, arg1 types0.AccAddress) types1.AccountI
NewAccountWithAddress mocks base method.
func (*MockAccountKeeperI) RemoveAccount ¶
func (m *MockAccountKeeperI) RemoveAccount(arg0 types0.Context, arg1 types1.AccountI)
RemoveAccount mocks base method.
func (*MockAccountKeeperI) SetAccount ¶
func (m *MockAccountKeeperI) SetAccount(arg0 types0.Context, arg1 types1.AccountI)
SetAccount mocks base method.
type MockAccountKeeperIMockRecorder ¶
type MockAccountKeeperIMockRecorder struct {
// contains filtered or unexported fields
}
MockAccountKeeperIMockRecorder is the mock recorder for MockAccountKeeperI.
func (*MockAccountKeeperIMockRecorder) GetAccount ¶
func (mr *MockAccountKeeperIMockRecorder) GetAccount(arg0, arg1 interface{}) *gomock.Call
GetAccount indicates an expected call of GetAccount.
func (*MockAccountKeeperIMockRecorder) GetNextAccountNumber ¶
func (mr *MockAccountKeeperIMockRecorder) GetNextAccountNumber(arg0 interface{}) *gomock.Call
GetNextAccountNumber indicates an expected call of GetNextAccountNumber.
func (*MockAccountKeeperIMockRecorder) GetPubKey ¶
func (mr *MockAccountKeeperIMockRecorder) GetPubKey(arg0, arg1 interface{}) *gomock.Call
GetPubKey indicates an expected call of GetPubKey.
func (*MockAccountKeeperIMockRecorder) GetSequence ¶
func (mr *MockAccountKeeperIMockRecorder) GetSequence(arg0, arg1 interface{}) *gomock.Call
GetSequence indicates an expected call of GetSequence.
func (*MockAccountKeeperIMockRecorder) HasAccount ¶
func (mr *MockAccountKeeperIMockRecorder) HasAccount(arg0, arg1 interface{}) *gomock.Call
HasAccount indicates an expected call of HasAccount.
func (*MockAccountKeeperIMockRecorder) IterateAccounts ¶
func (mr *MockAccountKeeperIMockRecorder) IterateAccounts(arg0, arg1 interface{}) *gomock.Call
IterateAccounts indicates an expected call of IterateAccounts.
func (*MockAccountKeeperIMockRecorder) NewAccount ¶
func (mr *MockAccountKeeperIMockRecorder) NewAccount(arg0, arg1 interface{}) *gomock.Call
NewAccount indicates an expected call of NewAccount.
func (*MockAccountKeeperIMockRecorder) NewAccountWithAddress ¶
func (mr *MockAccountKeeperIMockRecorder) NewAccountWithAddress(arg0, arg1 interface{}) *gomock.Call
NewAccountWithAddress indicates an expected call of NewAccountWithAddress.
func (*MockAccountKeeperIMockRecorder) RemoveAccount ¶
func (mr *MockAccountKeeperIMockRecorder) RemoveAccount(arg0, arg1 interface{}) *gomock.Call
RemoveAccount indicates an expected call of RemoveAccount.
func (*MockAccountKeeperIMockRecorder) SetAccount ¶
func (mr *MockAccountKeeperIMockRecorder) SetAccount(arg0, arg1 interface{}) *gomock.Call
SetAccount indicates an expected call of SetAccount.
type MockKeeper ¶
type MockKeeper struct {
// contains filtered or unexported fields
}
MockKeeper is a mock of Keeper interface.
func NewMockKeeper ¶
func NewMockKeeper(ctrl *gomock.Controller) *MockKeeper
NewMockKeeper creates a new mock instance.
func (*MockKeeper) AllBalances ¶
func (m *MockKeeper) AllBalances(arg0 context.Context, arg1 *types0.QueryAllBalancesRequest) (*types0.QueryAllBalancesResponse, error)
AllBalances mocks base method.
func (*MockKeeper) Balance ¶
func (m *MockKeeper) Balance(arg0 context.Context, arg1 *types0.QueryBalanceRequest) (*types0.QueryBalanceResponse, error)
Balance mocks base method.
func (*MockKeeper) BlockedAddr ¶
func (m *MockKeeper) BlockedAddr(arg0 types.AccAddress) bool
BlockedAddr mocks base method.
func (*MockKeeper) DelegateCoins ¶
func (m *MockKeeper) DelegateCoins(arg0 types.Context, arg1, arg2 types.AccAddress, arg3 types.Coins) error
DelegateCoins mocks base method.
func (*MockKeeper) DelegateCoinsFromAccountToModule ¶
func (m *MockKeeper) DelegateCoinsFromAccountToModule(arg0 types.Context, arg1 types.AccAddress, arg2 string, arg3 types.Coins) error
DelegateCoinsFromAccountToModule mocks base method.
func (*MockKeeper) DenomMetadata ¶
func (m *MockKeeper) DenomMetadata(arg0 context.Context, arg1 *types0.QueryDenomMetadataRequest) (*types0.QueryDenomMetadataResponse, error)
DenomMetadata mocks base method.
func (*MockKeeper) DenomOwners ¶
func (m *MockKeeper) DenomOwners(arg0 context.Context, arg1 *types0.QueryDenomOwnersRequest) (*types0.QueryDenomOwnersResponse, error)
DenomOwners mocks base method.
func (*MockKeeper) DenomsMetadata ¶
func (m *MockKeeper) DenomsMetadata(arg0 context.Context, arg1 *types0.QueryDenomsMetadataRequest) (*types0.QueryDenomsMetadataResponse, error)
DenomsMetadata mocks base method.
func (*MockKeeper) EXPECT ¶
func (m *MockKeeper) EXPECT() *MockKeeperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKeeper) ExportGenesis ¶
func (m *MockKeeper) ExportGenesis(arg0 types.Context) *types0.GenesisState
ExportGenesis mocks base method.
func (*MockKeeper) GetAccountsBalances ¶
func (m *MockKeeper) GetAccountsBalances(arg0 types.Context) []types0.Balance
GetAccountsBalances mocks base method.
func (*MockKeeper) GetAllBalances ¶
func (m *MockKeeper) GetAllBalances(arg0 types.Context, arg1 types.AccAddress) types.Coins
GetAllBalances mocks base method.
func (*MockKeeper) GetBalance ¶
func (m *MockKeeper) GetBalance(arg0 types.Context, arg1 types.AccAddress, arg2 string) types.Coin
GetBalance mocks base method.
func (*MockKeeper) GetDenomMetaData ¶
GetDenomMetaData mocks base method.
func (*MockKeeper) GetPaginatedTotalSupply ¶
func (m *MockKeeper) GetPaginatedTotalSupply(arg0 types.Context, arg1 *query.PageRequest) (types.Coins, *query.PageResponse, error)
GetPaginatedTotalSupply mocks base method.
func (*MockKeeper) GetParams ¶
func (m *MockKeeper) GetParams(arg0 types.Context) types0.Params
GetParams mocks base method.
func (*MockKeeper) HasBalance ¶
func (m *MockKeeper) HasBalance(arg0 types.Context, arg1 types.AccAddress, arg2 types.Coin) bool
HasBalance mocks base method.
func (*MockKeeper) HasDenomMetaData ¶
func (m *MockKeeper) HasDenomMetaData(arg0 types.Context, arg1 string) bool
HasDenomMetaData mocks base method.
func (*MockKeeper) HasSupply ¶
func (m *MockKeeper) HasSupply(arg0 types.Context, arg1 string) bool
HasSupply mocks base method.
func (*MockKeeper) InitGenesis ¶
func (m *MockKeeper) InitGenesis(arg0 types.Context, arg1 *types0.GenesisState)
InitGenesis mocks base method.
func (*MockKeeper) InputOutputCoins ¶
func (m *MockKeeper) InputOutputCoins(arg0 types.Context, arg1 []types0.Input, arg2 []types0.Output) error
InputOutputCoins mocks base method.
func (*MockKeeper) IsSendEnabledCoin ¶
IsSendEnabledCoin mocks base method.
func (*MockKeeper) IsSendEnabledCoins ¶
IsSendEnabledCoins mocks base method.
func (*MockKeeper) IterateAccountBalances ¶
func (m *MockKeeper) IterateAccountBalances(arg0 types.Context, arg1 types.AccAddress, arg2 func(types.Coin) bool)
IterateAccountBalances mocks base method.
func (*MockKeeper) IterateAllBalances ¶
func (m *MockKeeper) IterateAllBalances(arg0 types.Context, arg1 func(types.AccAddress, types.Coin) bool)
IterateAllBalances mocks base method.
func (*MockKeeper) IterateAllDenomMetaData ¶
IterateAllDenomMetaData mocks base method.
func (*MockKeeper) IterateTotalSupply ¶
IterateTotalSupply mocks base method.
func (*MockKeeper) LockedCoins ¶
func (m *MockKeeper) LockedCoins(arg0 types.Context, arg1 types.AccAddress) types.Coins
LockedCoins mocks base method.
func (*MockKeeper) Params ¶
func (m *MockKeeper) Params(arg0 context.Context, arg1 *types0.QueryParamsRequest) (*types0.QueryParamsResponse, error)
Params mocks base method.
func (*MockKeeper) SendCoins ¶
func (m *MockKeeper) SendCoins(arg0 types.Context, arg1, arg2 types.AccAddress, arg3 types.Coins) error
SendCoins mocks base method.
func (*MockKeeper) SendCoinsFromAccountToModule ¶
func (m *MockKeeper) SendCoinsFromAccountToModule(arg0 types.Context, arg1 types.AccAddress, arg2 string, arg3 types.Coins) error
SendCoinsFromAccountToModule mocks base method.
func (*MockKeeper) SendCoinsFromModuleToAccount ¶
func (m *MockKeeper) SendCoinsFromModuleToAccount(arg0 types.Context, arg1 string, arg2 types.AccAddress, arg3 types.Coins) error
SendCoinsFromModuleToAccount mocks base method.
func (*MockKeeper) SendCoinsFromModuleToModule ¶
func (m *MockKeeper) SendCoinsFromModuleToModule(arg0 types.Context, arg1, arg2 string, arg3 types.Coins) error
SendCoinsFromModuleToModule mocks base method.
func (*MockKeeper) SetDenomMetaData ¶
func (m *MockKeeper) SetDenomMetaData(arg0 types.Context, arg1 types0.Metadata)
SetDenomMetaData mocks base method.
func (*MockKeeper) SetParams ¶
func (m *MockKeeper) SetParams(arg0 types.Context, arg1 types0.Params)
SetParams mocks base method.
func (*MockKeeper) SpendableBalances ¶
func (m *MockKeeper) SpendableBalances(arg0 context.Context, arg1 *types0.QuerySpendableBalancesRequest) (*types0.QuerySpendableBalancesResponse, error)
SpendableBalances mocks base method.
func (*MockKeeper) SpendableCoins ¶
func (m *MockKeeper) SpendableCoins(arg0 types.Context, arg1 types.AccAddress) types.Coins
SpendableCoins mocks base method.
func (*MockKeeper) SupplyOf ¶
func (m *MockKeeper) SupplyOf(arg0 context.Context, arg1 *types0.QuerySupplyOfRequest) (*types0.QuerySupplyOfResponse, error)
SupplyOf mocks base method.
func (*MockKeeper) TotalSupply ¶
func (m *MockKeeper) TotalSupply(arg0 context.Context, arg1 *types0.QueryTotalSupplyRequest) (*types0.QueryTotalSupplyResponse, error)
TotalSupply mocks base method.
func (*MockKeeper) UndelegateCoins ¶
func (m *MockKeeper) UndelegateCoins(arg0 types.Context, arg1, arg2 types.AccAddress, arg3 types.Coins) error
UndelegateCoins mocks base method.
func (*MockKeeper) UndelegateCoinsFromModuleToAccount ¶
func (m *MockKeeper) UndelegateCoinsFromModuleToAccount(arg0 types.Context, arg1 string, arg2 types.AccAddress, arg3 types.Coins) error
UndelegateCoinsFromModuleToAccount mocks base method.
func (*MockKeeper) ValidateBalance ¶
func (m *MockKeeper) ValidateBalance(arg0 types.Context, arg1 types.AccAddress) error
ValidateBalance mocks base method.
func (*MockKeeper) WithMintCoinsRestriction ¶
func (m *MockKeeper) WithMintCoinsRestriction(arg0 keeper.MintingRestrictionFn) keeper.BaseKeeper
WithMintCoinsRestriction mocks base method.
type MockKeeperMockRecorder ¶
type MockKeeperMockRecorder struct {
// contains filtered or unexported fields
}
MockKeeperMockRecorder is the mock recorder for MockKeeper.
func (*MockKeeperMockRecorder) AllBalances ¶
func (mr *MockKeeperMockRecorder) AllBalances(arg0, arg1 interface{}) *gomock.Call
AllBalances indicates an expected call of AllBalances.
func (*MockKeeperMockRecorder) Balance ¶
func (mr *MockKeeperMockRecorder) Balance(arg0, arg1 interface{}) *gomock.Call
Balance indicates an expected call of Balance.
func (*MockKeeperMockRecorder) BlockedAddr ¶
func (mr *MockKeeperMockRecorder) BlockedAddr(arg0 interface{}) *gomock.Call
BlockedAddr indicates an expected call of BlockedAddr.
func (*MockKeeperMockRecorder) BurnCoins ¶
func (mr *MockKeeperMockRecorder) BurnCoins(arg0, arg1, arg2 interface{}) *gomock.Call
BurnCoins indicates an expected call of BurnCoins.
func (*MockKeeperMockRecorder) DelegateCoins ¶
func (mr *MockKeeperMockRecorder) DelegateCoins(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DelegateCoins indicates an expected call of DelegateCoins.
func (*MockKeeperMockRecorder) DelegateCoinsFromAccountToModule ¶
func (mr *MockKeeperMockRecorder) DelegateCoinsFromAccountToModule(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DelegateCoinsFromAccountToModule indicates an expected call of DelegateCoinsFromAccountToModule.
func (*MockKeeperMockRecorder) DenomMetadata ¶
func (mr *MockKeeperMockRecorder) DenomMetadata(arg0, arg1 interface{}) *gomock.Call
DenomMetadata indicates an expected call of DenomMetadata.
func (*MockKeeperMockRecorder) DenomOwners ¶
func (mr *MockKeeperMockRecorder) DenomOwners(arg0, arg1 interface{}) *gomock.Call
DenomOwners indicates an expected call of DenomOwners.
func (*MockKeeperMockRecorder) DenomsMetadata ¶
func (mr *MockKeeperMockRecorder) DenomsMetadata(arg0, arg1 interface{}) *gomock.Call
DenomsMetadata indicates an expected call of DenomsMetadata.
func (*MockKeeperMockRecorder) ExportGenesis ¶
func (mr *MockKeeperMockRecorder) ExportGenesis(arg0 interface{}) *gomock.Call
ExportGenesis indicates an expected call of ExportGenesis.
func (*MockKeeperMockRecorder) GetAccountsBalances ¶
func (mr *MockKeeperMockRecorder) GetAccountsBalances(arg0 interface{}) *gomock.Call
GetAccountsBalances indicates an expected call of GetAccountsBalances.
func (*MockKeeperMockRecorder) GetAllBalances ¶
func (mr *MockKeeperMockRecorder) GetAllBalances(arg0, arg1 interface{}) *gomock.Call
GetAllBalances indicates an expected call of GetAllBalances.
func (*MockKeeperMockRecorder) GetBalance ¶
func (mr *MockKeeperMockRecorder) GetBalance(arg0, arg1, arg2 interface{}) *gomock.Call
GetBalance indicates an expected call of GetBalance.
func (*MockKeeperMockRecorder) GetDenomMetaData ¶
func (mr *MockKeeperMockRecorder) GetDenomMetaData(arg0, arg1 interface{}) *gomock.Call
GetDenomMetaData indicates an expected call of GetDenomMetaData.
func (*MockKeeperMockRecorder) GetPaginatedTotalSupply ¶
func (mr *MockKeeperMockRecorder) GetPaginatedTotalSupply(arg0, arg1 interface{}) *gomock.Call
GetPaginatedTotalSupply indicates an expected call of GetPaginatedTotalSupply.
func (*MockKeeperMockRecorder) GetParams ¶
func (mr *MockKeeperMockRecorder) GetParams(arg0 interface{}) *gomock.Call
GetParams indicates an expected call of GetParams.
func (*MockKeeperMockRecorder) GetSupply ¶
func (mr *MockKeeperMockRecorder) GetSupply(arg0, arg1 interface{}) *gomock.Call
GetSupply indicates an expected call of GetSupply.
func (*MockKeeperMockRecorder) HasBalance ¶
func (mr *MockKeeperMockRecorder) HasBalance(arg0, arg1, arg2 interface{}) *gomock.Call
HasBalance indicates an expected call of HasBalance.
func (*MockKeeperMockRecorder) HasDenomMetaData ¶
func (mr *MockKeeperMockRecorder) HasDenomMetaData(arg0, arg1 interface{}) *gomock.Call
HasDenomMetaData indicates an expected call of HasDenomMetaData.
func (*MockKeeperMockRecorder) HasSupply ¶
func (mr *MockKeeperMockRecorder) HasSupply(arg0, arg1 interface{}) *gomock.Call
HasSupply indicates an expected call of HasSupply.
func (*MockKeeperMockRecorder) InitGenesis ¶
func (mr *MockKeeperMockRecorder) InitGenesis(arg0, arg1 interface{}) *gomock.Call
InitGenesis indicates an expected call of InitGenesis.
func (*MockKeeperMockRecorder) InputOutputCoins ¶
func (mr *MockKeeperMockRecorder) InputOutputCoins(arg0, arg1, arg2 interface{}) *gomock.Call
InputOutputCoins indicates an expected call of InputOutputCoins.
func (*MockKeeperMockRecorder) IsSendEnabledCoin ¶
func (mr *MockKeeperMockRecorder) IsSendEnabledCoin(arg0, arg1 interface{}) *gomock.Call
IsSendEnabledCoin indicates an expected call of IsSendEnabledCoin.
func (*MockKeeperMockRecorder) IsSendEnabledCoins ¶
func (mr *MockKeeperMockRecorder) IsSendEnabledCoins(arg0 interface{}, arg1 ...interface{}) *gomock.Call
IsSendEnabledCoins indicates an expected call of IsSendEnabledCoins.
func (*MockKeeperMockRecorder) IterateAccountBalances ¶
func (mr *MockKeeperMockRecorder) IterateAccountBalances(arg0, arg1, arg2 interface{}) *gomock.Call
IterateAccountBalances indicates an expected call of IterateAccountBalances.
func (*MockKeeperMockRecorder) IterateAllBalances ¶
func (mr *MockKeeperMockRecorder) IterateAllBalances(arg0, arg1 interface{}) *gomock.Call
IterateAllBalances indicates an expected call of IterateAllBalances.
func (*MockKeeperMockRecorder) IterateAllDenomMetaData ¶
func (mr *MockKeeperMockRecorder) IterateAllDenomMetaData(arg0, arg1 interface{}) *gomock.Call
IterateAllDenomMetaData indicates an expected call of IterateAllDenomMetaData.
func (*MockKeeperMockRecorder) IterateTotalSupply ¶
func (mr *MockKeeperMockRecorder) IterateTotalSupply(arg0, arg1 interface{}) *gomock.Call
IterateTotalSupply indicates an expected call of IterateTotalSupply.
func (*MockKeeperMockRecorder) LockedCoins ¶
func (mr *MockKeeperMockRecorder) LockedCoins(arg0, arg1 interface{}) *gomock.Call
LockedCoins indicates an expected call of LockedCoins.
func (*MockKeeperMockRecorder) MintCoins ¶
func (mr *MockKeeperMockRecorder) MintCoins(arg0, arg1, arg2 interface{}) *gomock.Call
MintCoins indicates an expected call of MintCoins.
func (*MockKeeperMockRecorder) Params ¶
func (mr *MockKeeperMockRecorder) Params(arg0, arg1 interface{}) *gomock.Call
Params indicates an expected call of Params.
func (*MockKeeperMockRecorder) SendCoins ¶
func (mr *MockKeeperMockRecorder) SendCoins(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SendCoins indicates an expected call of SendCoins.
func (*MockKeeperMockRecorder) SendCoinsFromAccountToModule ¶
func (mr *MockKeeperMockRecorder) SendCoinsFromAccountToModule(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SendCoinsFromAccountToModule indicates an expected call of SendCoinsFromAccountToModule.
func (*MockKeeperMockRecorder) SendCoinsFromModuleToAccount ¶
func (mr *MockKeeperMockRecorder) SendCoinsFromModuleToAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SendCoinsFromModuleToAccount indicates an expected call of SendCoinsFromModuleToAccount.
func (*MockKeeperMockRecorder) SendCoinsFromModuleToModule ¶
func (mr *MockKeeperMockRecorder) SendCoinsFromModuleToModule(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SendCoinsFromModuleToModule indicates an expected call of SendCoinsFromModuleToModule.
func (*MockKeeperMockRecorder) SetDenomMetaData ¶
func (mr *MockKeeperMockRecorder) SetDenomMetaData(arg0, arg1 interface{}) *gomock.Call
SetDenomMetaData indicates an expected call of SetDenomMetaData.
func (*MockKeeperMockRecorder) SetParams ¶
func (mr *MockKeeperMockRecorder) SetParams(arg0, arg1 interface{}) *gomock.Call
SetParams indicates an expected call of SetParams.
func (*MockKeeperMockRecorder) SpendableBalances ¶
func (mr *MockKeeperMockRecorder) SpendableBalances(arg0, arg1 interface{}) *gomock.Call
SpendableBalances indicates an expected call of SpendableBalances.
func (*MockKeeperMockRecorder) SpendableCoins ¶
func (mr *MockKeeperMockRecorder) SpendableCoins(arg0, arg1 interface{}) *gomock.Call
SpendableCoins indicates an expected call of SpendableCoins.
func (*MockKeeperMockRecorder) SupplyOf ¶
func (mr *MockKeeperMockRecorder) SupplyOf(arg0, arg1 interface{}) *gomock.Call
SupplyOf indicates an expected call of SupplyOf.
func (*MockKeeperMockRecorder) TotalSupply ¶
func (mr *MockKeeperMockRecorder) TotalSupply(arg0, arg1 interface{}) *gomock.Call
TotalSupply indicates an expected call of TotalSupply.
func (*MockKeeperMockRecorder) UndelegateCoins ¶
func (mr *MockKeeperMockRecorder) UndelegateCoins(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UndelegateCoins indicates an expected call of UndelegateCoins.
func (*MockKeeperMockRecorder) UndelegateCoinsFromModuleToAccount ¶
func (mr *MockKeeperMockRecorder) UndelegateCoinsFromModuleToAccount(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
UndelegateCoinsFromModuleToAccount indicates an expected call of UndelegateCoinsFromModuleToAccount.
func (*MockKeeperMockRecorder) ValidateBalance ¶
func (mr *MockKeeperMockRecorder) ValidateBalance(arg0, arg1 interface{}) *gomock.Call
ValidateBalance indicates an expected call of ValidateBalance.
func (*MockKeeperMockRecorder) WithMintCoinsRestriction ¶
func (mr *MockKeeperMockRecorder) WithMintCoinsRestriction(arg0 interface{}) *gomock.Call
WithMintCoinsRestriction indicates an expected call of WithMintCoinsRestriction.