Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) GetAllCurrencyPairs ¶
func (_m *Keeper) GetAllCurrencyPairs(ctx types.Context) []oracletypes.CurrencyPair
GetAllCurrencyPairs provides a mock function with given fields: ctx
func (*Keeper) SetPriceForCurrencyPair ¶
func (_m *Keeper) SetPriceForCurrencyPair(ctx types.Context, cp oracletypes.CurrencyPair, qp oracletypes.QuotePrice) error
SetPriceForCurrencyPair provides a mock function with given fields: ctx, cp, qp
Click to show internal directories.
Click to hide internal directories.