testutil

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package testutil is a generated GoMock package.

Package testutil is a generated GoMock package.

Package testutil is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAccountKeeper added in v0.1.0

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

MockAccountKeeper is a mock of AccountKeeper interface.

func NewMockAccountKeeper added in v0.1.0

func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper

NewMockAccountKeeper creates a new mock instance.

func (*MockAccountKeeper) EXPECT added in v0.1.0

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

func (*MockAccountKeeper) GetModuleAccount added in v0.1.0

func (m *MockAccountKeeper) GetModuleAccount(ctx types1.Context, moduleName string) types2.ModuleAccountI

GetModuleAccount mocks base method.

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

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

func (m *MockAccountKeeperI) IterateAccounts(arg0 types0.Context, arg1 func(types1.AccountI) bool)

IterateAccounts mocks base method.

func (*MockAccountKeeperI) NewAccount

func (m *MockAccountKeeperI) NewAccount(arg0 types0.Context, arg1 types1.AccountI) types1.AccountI

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 MockAccountKeeperMockRecorder added in v0.1.0

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

MockAccountKeeperMockRecorder is the mock recorder for MockAccountKeeper.

func (*MockAccountKeeperMockRecorder) GetModuleAccount added in v0.1.0

func (mr *MockAccountKeeperMockRecorder) GetModuleAccount(ctx, moduleName interface{}) *gomock.Call

GetModuleAccount indicates an expected call of GetModuleAccount.

type MockCoinKeeper added in v0.1.0

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

MockCoinKeeper is a mock of CoinKeeper interface.

func NewMockCoinKeeper added in v0.1.0

func NewMockCoinKeeper(ctrl *gomock.Controller) *MockCoinKeeper

NewMockCoinKeeper creates a new mock instance.

func (*MockCoinKeeper) BurnPoolCoins added in v0.1.0

func (m *MockCoinKeeper) BurnPoolCoins(ctx types1.Context, poolName string, coins types1.Coins) error

BurnPoolCoins mocks base method.

func (*MockCoinKeeper) EXPECT added in v0.1.0

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

func (*MockCoinKeeper) GetCoin added in v0.1.0

func (m *MockCoinKeeper) GetCoin(ctx types1.Context, denom string) (types.Coin, error)

GetCoin mocks base method.

type MockCoinKeeperMockRecorder added in v0.1.0

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

MockCoinKeeperMockRecorder is the mock recorder for MockCoinKeeper.

func (*MockCoinKeeperMockRecorder) BurnPoolCoins added in v0.1.0

func (mr *MockCoinKeeperMockRecorder) BurnPoolCoins(ctx, poolName, coins interface{}) *gomock.Call

BurnPoolCoins indicates an expected call of BurnPoolCoins.

func (*MockCoinKeeperMockRecorder) GetCoin added in v0.1.0

func (mr *MockCoinKeeperMockRecorder) GetCoin(ctx, denom interface{}) *gomock.Call

GetCoin indicates an expected call of GetCoin.

type MockFeeKeeper

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

MockFeeKeeper is a mock of FeeKeeper interface.

func NewMockFeeKeeper

func NewMockFeeKeeper(ctrl *gomock.Controller) *MockFeeKeeper

NewMockFeeKeeper creates a new mock instance.

func (*MockFeeKeeper) AddTransientGasWanted

func (m *MockFeeKeeper) AddTransientGasWanted(ctx types1.Context, gasWanted uint64) (uint64, error)

AddTransientGasWanted mocks base method.

func (*MockFeeKeeper) EXPECT

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

func (*MockFeeKeeper) GetModuleParams

func (m *MockFeeKeeper) GetModuleParams(ctx types1.Context) types0.Params

GetModuleParams mocks base method.

func (*MockFeeKeeper) GetPrice

func (m *MockFeeKeeper) GetPrice(ctx types1.Context, denom, quote string) (types0.CoinPrice, error)

GetPrice mocks base method.

type MockFeeKeeperMockRecorder

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

MockFeeKeeperMockRecorder is the mock recorder for MockFeeKeeper.

func (*MockFeeKeeperMockRecorder) AddTransientGasWanted

func (mr *MockFeeKeeperMockRecorder) AddTransientGasWanted(ctx, gasWanted interface{}) *gomock.Call

AddTransientGasWanted indicates an expected call of AddTransientGasWanted.

func (*MockFeeKeeperMockRecorder) GetModuleParams

func (mr *MockFeeKeeperMockRecorder) GetModuleParams(ctx interface{}) *gomock.Call

GetModuleParams indicates an expected call of GetModuleParams.

func (*MockFeeKeeperMockRecorder) GetPrice

func (mr *MockFeeKeeperMockRecorder) GetPrice(ctx, denom, quote interface{}) *gomock.Call

GetPrice indicates an expected call of GetPrice.

type MockFeeMarketKeeper

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

MockFeeMarketKeeper is a mock of FeeMarketKeeper interface.

func NewMockFeeMarketKeeper

func NewMockFeeMarketKeeper(ctrl *gomock.Controller) *MockFeeMarketKeeper

NewMockFeeMarketKeeper creates a new mock instance.

func (*MockFeeMarketKeeper) AddTransientGasWanted

func (m *MockFeeMarketKeeper) AddTransientGasWanted(ctx types1.Context, gasWanted uint64) (uint64, error)

AddTransientGasWanted mocks base method.

func (*MockFeeMarketKeeper) EXPECT

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

func (*MockFeeMarketKeeper) GetBaseFee

func (m *MockFeeMarketKeeper) GetBaseFee(ctx types1.Context) *big.Int

GetBaseFee mocks base method.

func (*MockFeeMarketKeeper) GetBaseFeeEnabled added in v0.1.0

func (m *MockFeeMarketKeeper) GetBaseFeeEnabled(ctx types1.Context) bool

GetBaseFeeEnabled mocks base method.

func (*MockFeeMarketKeeper) GetModuleParams

func (m *MockFeeMarketKeeper) GetModuleParams(ctx types1.Context) types0.Params

GetModuleParams mocks base method.

func (*MockFeeMarketKeeper) GetParams

func (m *MockFeeMarketKeeper) GetParams(ctx types1.Context) types3.Params

GetParams mocks base method.

func (*MockFeeMarketKeeper) GetPrice

func (m *MockFeeMarketKeeper) GetPrice(ctx types1.Context, denom, quote string) (types0.CoinPrice, error)

GetPrice mocks base method.

type MockFeeMarketKeeperMockRecorder

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

MockFeeMarketKeeperMockRecorder is the mock recorder for MockFeeMarketKeeper.

func (*MockFeeMarketKeeperMockRecorder) AddTransientGasWanted

func (mr *MockFeeMarketKeeperMockRecorder) AddTransientGasWanted(ctx, gasWanted interface{}) *gomock.Call

AddTransientGasWanted indicates an expected call of AddTransientGasWanted.

func (*MockFeeMarketKeeperMockRecorder) GetBaseFee

func (mr *MockFeeMarketKeeperMockRecorder) GetBaseFee(ctx interface{}) *gomock.Call

GetBaseFee indicates an expected call of GetBaseFee.

func (*MockFeeMarketKeeperMockRecorder) GetBaseFeeEnabled added in v0.1.0

func (mr *MockFeeMarketKeeperMockRecorder) GetBaseFeeEnabled(ctx interface{}) *gomock.Call

GetBaseFeeEnabled indicates an expected call of GetBaseFeeEnabled.

func (*MockFeeMarketKeeperMockRecorder) GetModuleParams

func (mr *MockFeeMarketKeeperMockRecorder) GetModuleParams(ctx interface{}) *gomock.Call

GetModuleParams indicates an expected call of GetModuleParams.

func (*MockFeeMarketKeeperMockRecorder) GetParams

func (mr *MockFeeMarketKeeperMockRecorder) GetParams(ctx interface{}) *gomock.Call

GetParams indicates an expected call of GetParams.

func (*MockFeeMarketKeeperMockRecorder) GetPrice

func (mr *MockFeeMarketKeeperMockRecorder) GetPrice(ctx, denom, quote interface{}) *gomock.Call

GetPrice indicates an expected call of GetPrice.

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

AllBalances mocks base method.

func (*MockKeeper) Balance

Balance mocks base method.

func (*MockKeeper) BlockedAddr

func (m *MockKeeper) BlockedAddr(arg0 types.AccAddress) bool

BlockedAddr mocks base method.

func (*MockKeeper) BurnCoins

func (m *MockKeeper) BurnCoins(arg0 types.Context, arg1 string, arg2 types.Coins) error

BurnCoins 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

DenomMetadata mocks base method.

func (*MockKeeper) DenomOwners

DenomOwners mocks base method.

func (*MockKeeper) DenomsMetadata

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

func (m *MockKeeper) GetDenomMetaData(arg0 types.Context, arg1 string) (types0.Metadata, bool)

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

func (m *MockKeeper) GetSupply(arg0 types.Context, arg1 string) types.Coin

GetSupply 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

func (m *MockKeeper) IsSendEnabledCoin(arg0 types.Context, arg1 types.Coin) bool

IsSendEnabledCoin mocks base method.

func (*MockKeeper) IsSendEnabledCoins

func (m *MockKeeper) IsSendEnabledCoins(arg0 types.Context, arg1 ...types.Coin) error

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

func (m *MockKeeper) IterateAllDenomMetaData(arg0 types.Context, arg1 func(types0.Metadata) bool)

IterateAllDenomMetaData mocks base method.

func (*MockKeeper) IterateTotalSupply

func (m *MockKeeper) IterateTotalSupply(arg0 types.Context, arg1 func(types.Coin) bool)

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

func (m *MockKeeper) MintCoins(arg0 types.Context, arg1 string, arg2 types.Coins) error

MintCoins mocks base method.

func (*MockKeeper) Params

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

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

SupplyOf mocks base method.

func (*MockKeeper) TotalSupply

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.

Jump to

Keyboard shortcuts

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