Keepers
The oracle module currently provides three different exported keeper interfaces which can be passed to other modules which need to read price feeds. Modules should use the least-permissive interface which provides the functionality they require.Oracle Module ViewKeeper
The oracle module ViewKeeper provides the ability to obtain price data as well as cumulative price data for any supported oracle type and oracle pair.GetPrice for Coinbase oracles returns the 5 minute TWAP price.
Band
The BandKeeper provides the ability to create/modify/read/delete BandPricefeed and BandRelayer.Band IBC
The BandIBCKeeper provides the ability to create/modify/read/delete BandIBCOracleRequest, BandIBCPriceState, BandIBCLatestClientID and BandIBCCallDataRecord.Coinbase
The CoinbaseKeeper provides the ability to create, modify and read CoinbasePricefeed data.GetCoinbasePrice returns the 5 minute TWAP price of the CoinbasePriceState based off the CoinbasePriceState.Timestamp values provided by Coinbase.
PriceFeeder
The PriceFeederKeeper provides the ability to create/modify/read/delete PriceFeedPrice and PriceFeedRelayer.Stork
The StorkKeeper provides the ability to create/modify/read StorkPricefeed and StorkPublishers data.value) of the StorkPriceState.