Function solana_jonc_program_counter::utils::realloc_account

source ยท
pub fn realloc_account<'a>(
    target_account: &AccountInfo<'a>,
    funding_account: &AccountInfo<'a>,
    system_program: &AccountInfo<'a>,
    new_size: usize,
    refund: bool,
) -> ProgramResult
Expand description

Resize an account using realloc, lifted from Solana Cookbook.