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