Skip to content

Instantly share code, notes, and snippets.

@vit0rr
Created December 7, 2021 19:48
Show Gist options
  • Save vit0rr/e17217dd20938c3b120fdd4968c20234 to your computer and use it in GitHub Desktop.
Save vit0rr/e17217dd20938c3b120fdd4968c20234 to your computer and use it in GitHub Desktop.
Find PDA
...
escrow_info.expected_amount = amount;
Escrow::pack(escrow_info, &mut escrow_account.try_borrow_mut_data()?)?;
let (pda, _bump_seed) = Pubkey::find_program_address(&[b"escrow"], program_id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment