pub type SpotMarketCache = Cache<SpotMarket>;Aliased Type§
pub struct SpotMarketCache {
pub account: SpotMarket,
pub last_updated_slot: u64,
}Fields§
§account: SpotMarket§last_updated_slot: u64pub type SpotMarketCache = Cache<SpotMarket>;pub struct SpotMarketCache {
pub account: SpotMarket,
pub last_updated_slot: u64,
}account: SpotMarket§last_updated_slot: u64