Skip to main content

WithdrawOrderCache

Type Alias WithdrawOrderCache 

Source
pub type WithdrawOrderCache = Cache<WithdrawOrderAccount>;

Aliased Type§

pub struct WithdrawOrderCache {
    pub account: WithdrawOrderAccount,
    pub last_updated_slot: u64,
}

Fields§

§account: WithdrawOrderAccount§last_updated_slot: u64