usesteel::*;usesuper::OreAccount;/// Treasury is a singleton account which is the mint authority for the ORE token and the authority of
/// the program's global token account.
#[repr(C)]#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]pubstructTreasury{}account!(OreAccount, Treasury);