pub fn process_deploy(
    rpc_client: Arc<RpcClient>,
    config: &CliConfig<'_>,
    program_location: &str,
    buffer_signer_index: Option<SignerIndex>,
    use_deprecated_loader: bool,
    allow_excessive_balance: bool,
    skip_fee_check: bool
) -> ProcessResult
Expand description

Deploy using non-upgradeable loader