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