pub fn finalize(
program_address: &Pubkey,
authority: &Pubkey,
next_version_program_address: &Pubkey,
) -> Instruction
Expand description
Returns the instructions required to finalize program.
pub fn finalize(
program_address: &Pubkey,
authority: &Pubkey,
next_version_program_address: &Pubkey,
) -> Instruction
Returns the instructions required to finalize program.