consts.rs 177 B

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