pub fn process(
program_id: &Pubkey,
accounts: &[AccountInfo],
data: &[u8],
) -> ProgramResultExpand description
Refund escrow after timeout
Accounts:
0. [signer, writable] Payer - original escrow creator (receives refund)
[writable]Escrow state account (PDA)[writable]Escrow vault account (PDA)[]System program
Data:
- mail_id_low: u64 (8 bytes)
- mail_id_high: u64 (8 bytes)