macro_rules! hopper_init {
($payer:expr, $account:expr, $system:expr, $program_id:expr, $layout:ty) => { ... };
}Expand description
Initialize an account: allocate, assign, zero-init, write header.
ⓘ
hopper_init!(payer, account, system_program, program_id, Vault)?;