Account Structure
Implementation Details
Program Accounts
PDAs
Claim Cooldown Mechanics
#[account]
pub struct UserInteractions {
total_deposits: [u64; 5],
time_deposits: [u64; 5],
stake_deposits: [u64; 5]
}Last updated