pub fn load_upgradeable_buffer<T: Client>( bank_client: &T, from_keypair: &Keypair, buffer_keypair: &Keypair, buffer_authority_keypair: &Keypair, name: &str, ) -> Vec<u8> ⓘ