// Seed of the rent vault account PDA. pub const RENT_VAULT: &[u8] = b"rent_vault"; // Seed of the account PDA to be created. // pub const NEW_ACCOUNT: &[u8] = b"new_account";