Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OracleKeeper ¶
OracleKeeper is an autogenerated mock type for the OracleKeeper type
func NewOracleKeeper ¶
func NewOracleKeeper(t interface {
mock.TestingT
Cleanup(func())
}) *OracleKeeper
NewOracleKeeper creates a new instance of OracleKeeper. 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 (*OracleKeeper) GetAllCurrencyPairs ¶
func (_m *OracleKeeper) GetAllCurrencyPairs(ctx types.Context) []pkgtypes.CurrencyPair
GetAllCurrencyPairs provides a mock function with given fields: ctx
func (*OracleKeeper) SetPriceForCurrencyPair ¶
func (_m *OracleKeeper) SetPriceForCurrencyPair(ctx types.Context, cp pkgtypes.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.