Function find_claimable_account_pda

Source
pub fn find_claimable_account_pda(
    store: &Pubkey,
    mint: &Pubkey,
    user: &Pubkey,
    time_key: &[u8],
    store_program_id: &Pubkey,
) -> (Pubkey, u8)
Expand description

Find PDA for claimable account.