pub fn initialize(
payer: &Address,
wallet_pda: &Address,
signature_bytes: &[u8; 768],
next_root: &[u8; 32],
) -> InstructionExpand description
Build an Initialize instruction.
Accounts: [payer (signer, writable), wallet_pda (writable), system_program].