usesteel::*;usesuper::GuildsAccount;/// Boost ...
#[repr(C)]#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]pubstructConfig{/// The bump used for signing.
pubbump:u64,
/// The total amount of stake in the guilds program.
pubtotal_stake:u64,
/// The total multiplier of the guilds LP pool.
pubtotal_multiplier:u64,
}account!(GuildsAccount, Config);