pub fn find_glv_deposit_pda(
store: &Pubkey,
owner: &Pubkey,
nonce: &NonceBytes,
store_program_id: &Pubkey,
) -> (Pubkey, u8)
Expand description
Find the PDA for a GLV deposit account.
pub fn find_glv_deposit_pda(
store: &Pubkey,
owner: &Pubkey,
nonce: &NonceBytes,
store_program_id: &Pubkey,
) -> (Pubkey, u8)
Find the PDA for a GLV deposit account.