useserde::{Deserialize, Serialize};usesteel::*;usesuper::OreLstAccount;/// On-chain account representing the ORE LST vault.
////// The vault PDA controls the staked ORE position and authorizes
/// minting/burning of stORE tokens.
#[repr(C)]#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable, Serialize, Deserialize)]pubstructVault{}account!(OreLstAccount, Vault);