pub fn copy(
program_address: &Pubkey,
authority: &Pubkey,
source_address: &Pubkey,
destination_offset: u32,
source_offset: u32,
length: u32,
) -> Instruction
Available on crate feature
bincode
only.Expand description
Returns the instructions required to copy a chunk of program data.