usesteel::*;usesuper::GuildsAccount;/// Boost ...
#[repr(C)]#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]pubstructInvite{/// The bump used for signing.
pubbump:u64,
/// The guild this invite is for.
pubguild: Pubkey,
/// The member this invite is for.
pubmember: Pubkey,
/// The unix timestamp of when this invite was created.
pubcreated_at:i64,
}account!(GuildsAccount, Invite);