fn create_versioned_transaction(
    solana_client: &SolanaClient,
    instructions: Vec<Instruction>,
    address_lookup_tables: Vec<AddressLookupTableAccount>,
    recent_blockhash: Hash,
) -> Result<VersionedTransaction>