Skip to main content

initialize

Function initialize 

Source
pub fn initialize(
    payer: &Address,
    wallet_pda: &Address,
    signature_bytes: &[u8; 768],
    next_root: &[u8; 32],
) -> Instruction
Expand description

Build an Initialize instruction.

Accounts: [payer (signer, writable), wallet_pda (writable), system_program].