pub fn find_withdrawal_address(
store: &Pubkey,
user: &Pubkey,
nonce: &NonceBytes,
store_program_id: &Pubkey,
) -> (Pubkey, u8)
Expand description
Create PDA for withdrawal.
pub fn find_withdrawal_address(
store: &Pubkey,
user: &Pubkey,
nonce: &NonceBytes,
store_program_id: &Pubkey,
) -> (Pubkey, u8)
Create PDA for withdrawal.