[−][src]Function solana_sdk::bpf_loader_upgradeable::write
pub fn write(
buffer_address: &Pubkey,
authority_address: Option<&Pubkey>,
offset: u32,
bytes: Vec<u8, Global>
) -> Instruction
Returns the instructions required to write a chunk of program data to a buffer account.